Click to See Complete Forum and Search --> : favicon
TheIrishThug
07-02-2005, 11:46 AM
i've gotten this to work for the favorite's link. however, i've seen pages that have icons that replace the IE icon the appears in the top left corner of the window and in the address line. does anyone know how i would go about doing that?
BeachSide
07-02-2005, 04:08 PM
<link href="favicon.ico" rel="shortcut icon">
Sanim
07-02-2005, 06:27 PM
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
Take off the / at the end if you're not using XHTML.
BeachSide
07-02-2005, 11:41 PM
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
Just to let you know this is not required. I cannot even find it being recommended. But the one thing I do know is that you can use png, bmp, gif, etc... and add the relating mime-type so if you used a png it would be
<link rel="shortcut icon" type="image/png" href="favicon.png" />