I've been enjoying more and more sites that display a "favicon", i.e. a customized icon in the menubar of the browser. (See
NYTimes.com for a good example.) IE for Windows and Chimera support favicons and other browsers may support them, or do so in the future. So I've decided to add a favicon to my pages. The favicon topic cropped up in the
Chimera nightlies thread, but discussion here is probably more appropriate.
So how do I add a favicon to my HTML pages?
From what I understand, you need to add code like this:
[php]
<LINK REL="shortcut icon" HREF="favicon.ico" TYPE="image/x-icon">
[/php]
In addition you need to save a 16x16 or 32x32 icon in Windows Icon (.ico) format at the root level of your website. I tried this but can't seem to get it to work. I have saved my .ico from a .gif in GraphicConverter. I would appreciate any help you can provide.
Escher