Thread: Favicon Tag?
View Single Post
  #1 (permalink)  
Old 11-17-2008, 03:35 PM
frost's Avatar
frost frost is offline
WebProWorld Member
 
Join Date: Jul 2008
Posts: 46
frost RepRank 0
Default Favicon Tag?

I thought I knew what a favicon tag looked like until I recently started checking my error logs, there were tons of 404 errors for favicon.gif and favicon.ico!

Doing some checking I found out that there are two tags for adding a favicon. I guess different browsers check for different tags?

Quote:
<LINK rel="SHORTCUT ICON" href="http://www.domain.com/favico.ico" />
<link rel="icon" type="image/png" href="http://www.domain.com/favicon.png">
Are these right? How do I take into account the .gif format?
Reply With Quote