|
Interesting adition to the coversation here. I originally had
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
and it did not work but when I copied Moofasa and changed type to
type="image/vnd.microsoft.icon" it worked in IE. and it still works in FF too.
Question tho, do i still need the other line
<link rel="icon" href="favicon.ico" type="image/x-icon" />
What does that line do that rel="shortcut icon" doesnt do?
Edit: actually now IE is using the favicon for all pages on my domain, even ones where there is no code telling it to. I guess once it sees the code it just associated the whole site with that image (not that theres anything wrong with that)
Last edited by Truly; 02-15-2008 at 01:26 AM..
|