View Full Version : Resolved Favicon doesn't work
bassa
04-19-2009, 05:42 PM
Could someone please help me sort this out?
I've done exactly what I'm supposed to do, but I just can't get the damn thing to show up when bookmarking, etc.
http://www.froso.dk/test/index.html
Cheers,
Bassa
Snookerman
04-19-2009, 05:49 PM
You have placed the favicon here: http://www.froso.dk/test/favicon.ico
but the link points to this: http://www.froso.dk/favicon.ico
You can either place the favicon in the root directory (this is recommended since many browsers will pick it up directly), or, if you don't have the possibility to put it there, change you code to this:
<link href="/test/favicon.ico" rel="shortcut icon">
or just this:
<link href="favicon.ico" rel="shortcut icon">
Since your folder is called test, I'm guessing you just made it to test the page or the favicon so you probably have access to the root directory. All you need to do then is to place the favicon in the root directory.
Good luck!
boogyman
04-20-2009, 08:47 PM
Could someone please help me sort this out?
I've done exactly what I'm supposed to do, but I just can't get the damn thing to show up when bookmarking, etc.
http://www.froso.dk/test/index.html
Cheers,
Bassa
see
http://www.w3.org/2005/10/howto-favicon
bassa
04-27-2009, 07:30 PM
Dammit. I've upped the new site and are now LIVE.
Somehow, though, the favicon won't show anymore.
See here: http://froso.dk/index.html
Can anyone see the problem anywhere!? :confused:
Cheers,
Bassa
Snookerman
04-27-2009, 07:43 PM
I shows fine for me in all major browsers. Try clearing your cache. To be safe (and semantic), you could add this parameter to your code:
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
Good luck!
bassa
04-27-2009, 08:31 PM
Thanks, Snooker.
Yeah, I tried clearing the temporary internet files and all that, refreshing and re-checking, but it won't show up in IE7.
FF works fine, actually.
Bleh. :)
Cheers,
Bassa
Snookerman
04-27-2009, 09:00 PM
Ohh, IE7.. don't worry about that, it's a bug, the favicon disappears and reappears every now and then. Check back tomorrow and it might be there. Unfortunately, there isn't much you can do except hope your audience upgrades to IE8 (or a good browser) soon.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.