You need to place the favicon.ico file in the root, this would allow most browsers to find it.
The icon is limited to 16 colors, and should be in a size of 16x16 for best compatibility. You need to use an editor such as IrfanView or IconEdit32 to save the image as .ico Simply saving one of your images with the .ico extension wouldn't work, you need to convert the file to the ico format.
Remember to add the following in your head section of your website or document.
The URL in the example is relative to the root, you should read the article about Absolute and Relative Paths to make sure to get it right.Code:<link rel="shortcut icon" href="/favicon.ico">
For those using XHTML, be sure to close the link element with the forward slash, like done below.
Code:<link rel="shortcut icon" href="/favicon.ico" />



LinkBack URL
About LinkBacks





Bookmarks