I think you have to complete your code with :
type="image/x-icon"
and also, put the file "myicon.ico" at the root of your site and not in the images folder.
<link rel="shortcut icon" type="image/x-icon" href="images/myicon.ico"/>
<link rel="shortcut icon" href="images/youriconname.ico" />
will work in both ie and ff if you are using xhtml 1.0 T
you might also try:
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
or end with: href="favicon.ico" /> and put the favicon directly in the public_html folder and not in a subfolder.
Last edited by Exciting Sales; Jan 24th, 2009 at 6:00 am.
I made a mistake in my previous reply in the html code. Sorry.
I said you have to put the "Icon.ico" at the root of your website. It's true but I don't give you the correct html code.
You have to write
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
or end with: href="favicon.ico" />
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.