Wed, 2004-09-01 20:01
I noticed on one of your pages (Boxes, etc) that there is a little icon before your url that says CSS - I've seen these before - how could I do that?
Thanks!
Wed, 2004-09-01 21:18
#1
Little icon on addres bar
There are two ways to do it.
- First one:
Use a link tag like this in the head of the document
<link rel="SHORTCUT ICON" REF="http://foo.com/ny.jpg">
Second one:
Place an icon file in the root of your site called favicon.ico.
I'm not sure but the first one doesn't work in IE.
[/]