Hi all, I have been reading other posts about trouble uploading a favicon, but it seems that none of the advises that were given work in my case.
Ok, I have made a favicon.ico (16x16px) and placed it in the root directory.
Beneath the head section from the index.html page I have tried several combinations of:
<link rel="shortcut icon" href="<link rel="shortcut icon" href="/public_html/favicon.ico" type="image/x-icon" />
I also tried the code without /public_html and alternately I tried it with the name of my website:
<link rel="shortcut icon" href="http://www.ophidianforest.com/favicon.ico" type="image/x-icon" />
which wouldn't work either.
It's not clear to me whether the favicon should already be viewable when the code is placed in the index.html document, or that it should be placed beneath the head section of ALL the php and html docs from my website.
The favicon is indeed viewable when via the link:
http://www.ophidianforest.com/favicon.ico
all very nice of course, but useless, as I still can't see it on any page of the website.
I'm using Firefox 3.03 and I can also check things in IE.6 (with XP sp 2)
Does anyone have an idea what could be done? Thank you.