If you don't know what a favicon is, read this
Webmaster-Talk article.
http://www.webmaster-talk.com/articl...important.html
I've seen favicons implemented a number of different ways so
I was wondering if there is any consensus on best practice.
For example I have always omitted the
and it hasnt caused any problems.
Similarly some blog authors recommend adding
Quote:
|
<link rel=”shortcut icon” href=”/favicon.ico”>
|
Some recommend creating a 16px by 16px PLUS a 32px by 32px .ico file
since some browsers allow users to create a custtom desktop icon from the URL in 32x32px.
Also, does it make any practical difference whether to use
a relative link or an absolute link to the .ico file?
My memory is a little hazy but I think I had
problems once with using a relative link.
Might be wrong about that though.
A couple of very useful articles here about how to create
an .ico file in PhotoShop
http://www.photoshopsupport.com/tuto...r/favicon.html
and some more advanced possibilities.
http://perishablepress.com/press/200...bout-favicons/
Interestingly, if you read both articles you will find out how to add an animated GIF as your favicon.
I've seen then before and always wondered how they were implemented.
Last edited by TWD; 07-30-2009 at 11:22 PM..
|