View Full Version : Site Icons???
shizzle
May 26th, 2002, 13:00
site icons. In some sites, I see it places an icon in the web adress field, like here, yahoo, google, and lots of other sites. Anybody know how to do this? csnation.counter-strike.net has one too.
el crapo
May 26th, 2002, 13:05
http://www.webdevelopersjournal.com/articles/favicon.html
Dusty
May 26th, 2002, 13:08
<link REL="icon" HREF="image.png" TYPE="image/png">
That doesn't work in IE, though. This will work in both IE and Netscape but it has to be in .ico format:
<link rel="SHORTCUT ICON" href="icon.ico">
For IE, you can also just put the favicon.ico in the same directory and it will be picked up without a <link>.
Bruce
May 26th, 2002, 13:35
http://favicon.com
Todd
May 27th, 2002, 02:03
Originally posted by Dusty
<link REL="icon" HREF="image.png" TYPE="image/png">
Netscape supports it in PNG format as well? Learn something new every day. Thanks Dusty.
trenzterra
May 27th, 2002, 04:42
Originally posted by Dusty
<link REL="icon" HREF="image.png" TYPE="image/png">
That doesn't work in IE, though. This will work in both IE and Netscape but it has to be in .ico format:
<link rel="SHORTCUT ICON" href="icon.ico">
For IE, you can also just put the favicon.ico in the same directory and it will be picked up without a <link>. but it doesn't seem to show up in IE until it is put in favourites.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.