Forum Moderators: not2easy
You could also paste
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
in the head section of every page, of course giving the right path. I put those buggers in every folders. To make your life simple, do a search and replace in whole site for
</HEAD>
and replace by
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
</HEAD>
Of coure, you need to upload the whole shabang before you see the results online.
Don't be surprised when the icon stops showing up in a day, a week, a month, or some other random time frame. When it disappears, repeat the above process.
Can't I just rename a .gif or .jpg to .ico in photoshop 7? Or is an ico file a different format and the graphics editor needs that file conversion cabability?
If I can in photoshop, i guess I'll take a wait and see tactic for a few weeks as suggested because it seems as if I tried everything.
Thanks.
Can't I just rename a .gif or .jpg to .ico in photoshop 7? Or is an ico file a different format and the graphics editor needs that file conversion cabability?
<link rel="shortcut icon" href="../favicon.ico" />
<link rel="icon" type="image/ico" href="../favicon.ico" />
Harry
Favicon handling in IE seems inconsistent and occasionally inexplicable. On the off chance that there is something weird about your image, you might try a free favicon generation tool. I haven't used one lately, but there were online tools as well as trial downloads. If your .ico image is OK, try using a different computer entirely and see what happens. If the other computer displays the icon, then it's probably some weirdness on your PC.
Due to the transitory and inconsistent nature of favicons in the dominant browser, I've stopped worrying about them in most cases. It's a neat feature, but poorly implemented.
cheers
ncw164x