Click to See Complete Forum and Search --> : Set Icon


Bing01
03-12-2003, 11:45 AM
Hi everyone.

I just finished drawing my company's icon but I don't know how to have it appear in the favorites, when people set my web site in their favorites.
Can anyone help?

Thanks

khaki
03-12-2003, 11:48 AM
Hi Bing...

Just call it :

favicon.ico

and stick it in the root directory
k

pyro
03-12-2003, 11:54 AM
You should also add this to the <head> section of your page, so it will work in other browsers than IE

<link rel="shortcut icon" href="favicon.ico">

khaki
03-12-2003, 11:59 AM
Yeah.... right.

Forgot to put that.
But it's used so that it WILL work in IE (otherwise it doesn't)
k
(or then again... Pyro is usually right... and now that I think about it.... he is again. yikes)