Favicon Issue with Webkit browsers
Posted
by Pete Herbert Penito
on Stack Overflow
See other posts from Stack Overflow
or by Pete Herbert Penito
Published on 2010-06-16T15:30:02Z
Indexed on
2010/06/16
15:32 UTC
Read the original article
Hit count: 391
Hi everyone!
I'm having problems with putting a favicon on my website!
I have this code
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
And for some reason Firefox shows the favicon fine, but on webkit browsers its not showing up. I tried Google Chrome and Safari on a Mac and its not showing up, do I need to do something for these browsers?
© Stack Overflow or respective owner