hello all. trying to get a favicon working for a client. first time doing it and simply can't get it. here is the url: http://swing-trading.com/favicon.ico any ideas whats wrong? thanks
There is no link in your code. Try putting this in the head section: <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon"> Code (markup): Also, there is an spare layer in the favicon. What's that for? Anyway, it works fine in Firefox 3 so it's not all bad
This is the code i use on my sites: <link rel="shortcut icon" href="http://www.site.com/favicon.ico"> <link rel="icon" href="http://www.site.com/favicon.ico"> Just place is between the <head></head>
Once its uploaded on your server, some servers would pick it up after some days. mine did the same and i didnt have to add a link in the code.
your favicon works for me. i think it's a CACHE problem with temp internet files. it's hard to get the new or updated favicon even when you clear cache in IE. it could take a few days for it to finally accept. this is a local browser issue.
just put the code as mention above in your site, and it'll work. Probably you haven't clear your cache when you're testing it, so it's not working Good luck Cheers, Oki