Thread: Favicon Tag?
View Single Post
  #2 (permalink)  
Old 11-17-2008, 04:31 PM
Dubbya's Avatar
Dubbya Dubbya is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: Favicon Tag?

I'm pretty sure the favicon has to be an .ico file for it to show up in the addressbar in IE while other browsers can use the .gif.

Forget about the .gif image and just use an .ico file. Make the one reference in your header and you're good to go in all browsers.

HTML Code:
<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico"/>
You might have to bookmark the site before IE will display the icon.

If you want to, you can do a search for ".ico converter" and find plenty of free applications that'll let you do some pretty sweet icons.

.02
Reply With Quote