PDA

View Full Version : Favorite icon


v6faz
04-02-2009, 01:27 PM
anyone tell me why my favorite icon wont display, ive done all i can, ive set it in the inspector and ive added it as a head element and yet still no show.

also how do remove the link and info for web easy from the source code????

davidrosso
04-02-2009, 03:00 PM
anyone tell me why my favorite icon wont display, ive done all i can, ive set it in the inspector and ive added it as a head element and yet still no show.

also how do remove the link and info for web easy from the source code????

Have you uploaded the icon to your server? It has to be online.

michaeldane
04-02-2009, 03:17 PM
Try clearing your temp. internet files and then refresh your browser. Shows up for me in both IE and Firefox.

WebMonkey08
04-02-2009, 04:38 PM
anyone tell me why my favorite icon wont display, ive done all i can, ive set it in the inspector and ive added it as a head element and yet still no show.

also how do remove the link and info for web easy from the source code????

Some Browsers won't support it, what u using? Also, check your Public HTML Folder, do u see it?

Dave Koehler
04-02-2009, 04:53 PM
Speaking of the icon deal.
I have one computer that IE7 won't display my icon. Firefox is fine with it.
It does show up in IE7 on another of my computers just fine.

So.....what's with IE7 on this malcontent puter? Is there a button I need to push in the back ground?

JohnnyD
04-02-2009, 05:10 PM
You might want to check your browser's internet settings as well. Maybe it's not defaulted to display the favicon. But like WM said, some browsers do not support it. That might also be the main reason.

v6faz
04-02-2009, 07:22 PM
Have you uploaded the icon to your server? It has to be online.

yes, it in the root folder and the linked folder.

Try clearing your temp. internet files and then refresh your browser. Shows up for me in both IE and Firefox.

Done, no difference.

Some Browsers won't support it, what u using? Also, check your Public HTML Folder, do u see it?

IE7 is what im using, i can see everyone elses.

You might want to check your browser's internet settings as well. Maybe it's not defaulted to display the favicon. But like WM said, some browsers do not support it. That might also be the main reason.


Not the case.

WebMonkey08
04-02-2009, 08:25 PM
yes, it in the root folder and the linked folder.



Done, no difference.



IE7 is what im using, i can see everyone elses.




Not the case.

Did you make it yourself, is it 16x16 ? There are free favicon generators on the net.. also same thing happened to me more then once, and eventually it shows up, could be some weird quirk.

v6faz
04-02-2009, 09:10 PM
Did you make it yourself, is it 16x16 ? There are free favicon generators on the net.. also same thing happened to me more then once, and eventually it shows up, could be some weird quirk.

done it WM, i used the free ico maker.

davidrosso
04-02-2009, 09:28 PM
Whats your site address? I wanna see it (or not see it) :D

v6faz
04-03-2009, 12:20 PM
Whats your site address? I wanna see it (or not see it) :D

http://www.repairedpc.co.uk

davidrosso
04-03-2009, 11:11 PM
I've never messed around with any of the favicons but in comparing your code with a sites code that has a working favicon I see a difference.

Your code looks like this...
< link rel="shortcut icon" href="linked/favicon.ico >

but the working site I looked at looks like this...
< link rel="icon" href="favicon.ico" type="image/x-icon" / >


Not sure.

v6faz
04-10-2009, 10:50 AM
All sorted david, for some reason it started working fine. so thx for help.

BBass
04-10-2009, 12:01 PM
When I built the latest site for our company, it took 3 months for that icon to show up!