Forum Moderators: open

Message Too Old, No Replies

Favicon not appearing

Favicon works FFox not IE

         

CDNQuilter

5:58 pm on Feb 23, 2005 (gmt 0)

10+ Year Member



I set up my favicon a month ago and it does not work in IE (on my machine) though it does work in Firefox. Can anyone tell me what my mistake is?

<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>

[edited by: tedster at 6:13 pm (utc) on Feb. 23, 2005]

CDNQuilter

6:26 pm on Feb 23, 2005 (gmt 0)

10+ Year Member



Sorry for the link. Here is the code I use to access my favicon:

<html>
<head>

. . .

<link rel="shortcut icon" href="/favicon.ico"/>

. . .

</head>

I just found a reference to another method of accessing favicon, namely,

<LINK REL="BOOKMARK ICON" HREF="/favicon.ico">

would bookmark icon be preferable?

Thanks in advance for any/all replies.
Jean

bill

1:52 am on Feb 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I use the following on my XHTML sites:

<link rel="icon" type="image/ico" href="http://example.com/favicon.ico" />

CDNQuilter

7:39 pm on Feb 24, 2005 (gmt 0)

10+ Year Member



Thanks very much.
I tried this format.
I also removed the bookmark from my IE and deleted history, files, cookies.
No change - favicon still displays in FFox and not in IE.

We are not allowed to post URL's but if it is legal, you can look at the site associated with my profile - that is my site - and see if it works on your machine --- or is this also not OK? (As you will see, it is a quilting site with free quilting patterns so I'm certainly not trying to market it here!)
Jean

bcolflesh

7:44 pm on Feb 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Drag the generic favicon from the address bar in IE into an open area - don't let go, drag back to the address bar and the favicon will appear - it's a known glitch.

skipfactor

8:01 pm on Feb 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm always surprised when the favicons make a rare appearance in IE. Who started/invented the favicon thing anyway?

bcolflesh

8:04 pm on Feb 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Apparently MS invented them in 1999:

[microsoft.com...]

skipfactor

8:08 pm on Feb 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



LOL, figures. Thanks for the link.

bcolflesh

8:11 pm on Feb 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Found the MSDN library entry - this was before the favicon term even came into use:

[msdn.microsoft.com...]

CDNQuilter

5:37 pm on Feb 25, 2005 (gmt 0)

10+ Year Member



Tried all suggestions and their logical variations and nothing I do makes my favicon visible on my computer.

Guess I'll give up on this one for now.

Thanks a bunch, everyone, for all the help!

cheers
jean

bill

2:29 am on Feb 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You should really try the suggestion in msg #:5. IE has a lot of trouble retaining the favicon.ico image. You can force it to show the image by bookmarking the page again, but eventually it will disappear. Even though MS came up with the favicon, they probably do the worst job implementing it of any modern browser out there.

barks

8:44 pm on Feb 27, 2005 (gmt 0)



Jean,

Do not give up on setting a favicon appearing in your address bar and bookmarked URLs.

I assume that you are operating WinIE at a higher version that 5. Favicons will not appear in earlier versions.

The first thing to check is that you have positioned the favicon.ico image in the root of your site and that the HTML code <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" > is, at least, included within the <head></head> tags of your index.htm(l) home page.

It is preferable to position the favicon.ico file within the root directory along with your index.htm(l) page. This is the simplest positionong technique, although you could move the favicon.ico file into an image(s) folder if you really felt it necessary.

Once the positioning is out of the way, and the link rel code is inserted within the <head></head> tags, you can work on getting WinIE to render the image.

First, bookmark the page containing the favicon.ico link ref. i.e. The index.htm(l) page. Refresh the URL within the address bar and the favicon will appear.

If it does not, it is probably because you have bookmarked the page before and therefore you will need to empty the browser cache and delete the previous bookmarked page. Once you have removed all previous references to the index.htm(l) page. Go through the process of bookmarking again, refreshing, and you should see your favicon in 16x16 px glory!

God luck.

Incidentially, if you want your new favicon to appear in Safari, the Mac OSX browser, you may have to do some additional cache clearing in the users/library/safari/images folder, as Safari caches images, including favicons, there and not in the regular browser cache area. It should render fine in Netscape, Opera and other Mozilla browsers.

bumpaw

9:18 pm on Feb 27, 2005 (gmt 0)

10+ Year Member



Is there some setting in IE 6.0 to allow favicons? I have a lot of favorites and not one has a favicon other than the default IE one.

Edward

1:51 pm on Mar 12, 2005 (gmt 0)



i had the same problem: whatever i did, the favicon didn't show.
But finally i succeeded...

first i cleared all the cookies, history, etc. (just to be sure)

then i copied the favicon.ico in a map on the server:
ftp://www.mydomain.com/images/

and finally i made sure that the link in the index-page for the icon (see earlier remarks) was:
[mydomain.com...]

when i bookmarked my site, it finally appeared!

Wlauzon

11:02 pm on Mar 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think favicons are stored in the temporary internet files, so if you clean those up it goes away.