Favicons are good because they set your site apart from others in your visitors bookmarks. What’s a favicon?  A favicon is that little symbol you see to the left of the URL in your web browser.

favicon

The easiest way to build a favicon is through these guys; http://www.html-kit.com/favicon/ Whats cool about that place is that you can create an animated favicon as well, much like the one we have for Spilled Milk.  After creating and downloading your favicon, you’ll need to upload them to your server.

If you are hosting with Showit, then just drag and drop the favicon.ico into Showit. You won’t be able to have the cool animated favicon, but at least you’ll be able to have a normal one. It will automatically go where it needs to from there.

If you are NOT hosting with Showit, you can upload the favicon.ico and the animated favicon to the directory where your html files are located.  There’s one little hack that you’ll need to do to the index page of your Showit Site.  This is only to allow the animated favicon file to show, and is not necessary if your just displaying a static favicon.

You’ll need to export the site html of your Showit Site. Next, open up the index.html page with notepad, or preferably the free Notepad++.  Paste the following chunk of code after the </style> tag, and before the </head> tag;

<link rel=”shortcut icon” href=”favicon.ico” >
<link rel=”icon” type=”image/gif” href=”animated_favicon1.gif” >

Check out the screen shot below on exactly where to place this chunk of code.

icon
When finished upload your new index.html page and replace the old one.

Congrats! You know have an cool favicon to identify your site in a bookmark list!