PDA

View Full Version : Favicon Issue


danielneri
03-14-2006, 03:32 PM
Bluehost's favicon keeps reappearing even after i delete it on my site (http://www.vipercreations.com). its not linked in any of my pages too.
no matter how many times i delete it, it still comes back, to all of my 4 sites hosted with you guys.

what do i do?

areidmtm
03-14-2006, 04:27 PM
review this thread....
http://www.bluehostforums.com/showthread.php?t=141&highlight=Favicon

JoeP
03-14-2006, 07:34 PM
I tried just using the 1st method (favicon.ico in the root directory) but that did not seem to do the trick. So, I tried using the 2nd method as well (adding the link in the <head> section) and voila! It worked!

I now have my own, somewhat lame, personalized site logo!

Good luck!

emmanuel2012
03-16-2006, 10:11 AM
i use this method in the <head> of all documents, and put the favicon.ico file in ALL directories that serve html/php..

<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<other head stuff>
</head>

JoeP
03-16-2006, 11:02 AM
I tried changing my icon but with no joy. The icon image seems to be cached somewhere on my machine (winXP). I tried clearing the firefox cache but still no joy.:confused:

Oh... I also noticed that the icon does not show up at all on IE6??

The icon was made using the editor under Visual Studio.net 2003.

Any ideas?
joe