1 reply [Last post]
keltoid
Offline
newbie
nh
Last seen: 18 years 39 weeks ago
nh
Joined: 2004-09-01
Posts: 5
Points: 0

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!

safull
safull's picture
Offline
Regular
Madrid -Spain
Last seen: 19 years 40 weeks ago
Madrid -Spain
Timezone: GMT+1
Joined: 2003-08-27
Posts: 17
Points: 0

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.

[/]