Here is the reason: your favicon is not an icon, but a html file with .ico extension.
FAVICON.ICO
The favicon.ico nightmare.
Hour 20. No icon. Help.
I put all seemingly relevant info in the body of this text. I have tried every code in every position and all I know is that the icon showed last week and saved to bookmarks. Now that I've updated my site, the favicon.ico has disappeared. I would be happy to provide more info if needed & would be thrilled if some computer genius could figure this out.
STATS:
. a masked site which forwards to alt URL
. domain host inputs metatags & title
. favicon.ico in the root directory
. html between <head> & </head>
. code <link rel="shortcut icon" href="/favicon.ico">
. does not read in explorer
. does not read in firefox
. icon does not show in favorites
. icon showed last week...have purged cache since
. source code on firefox reads
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>:: www.hippiescustomtattoos.com :: HIPPIE'S CUSTOM TATTOOS :: BLACK SHEEP INN :: </title>
<META name="description" content="Hippie's Custom Tattoos inking Ottawa & Wakefield Quebec at the Black Sheep Inn."><META name="keywords" content="Tattoo, tattoos, Ottawa, Wakefield, Quebec, tattoo.ca, tattoos.com, tattoo.com, tattoos, Dan Beo, Dan, Hippie, Hippie's Custom Tattoos, Custom, Tattoos, Black Sheep Inn, Black Sheep, Music, Indie Music, body art, custom, tattooing, celtic, tribal, ink, Odawa, Quebec, Ontario, Chelsea, Canada, Canada tattoos, shop, downtown, studio, contact, designs, tattoo galleries, sterilized, single use, sterile needles, art, artists, local ottawa artists, poster, poster factory, local, ottawa tattoos.">
</head>
<frameset rows="100%,*" border="0">
<frame src="http://www3.sympatico.ca/regulator1" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<! pageok >
<! 01 >
<! 7.9>
</html>
. source code on explorer reads
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>:: www.hippiescustomtattoos.com :: HIPPIE'S CUSTOM TATTOOS :: BLACK SHEEP INN :: </title>
<META name="description" content="Hippie's Custom Tattoos inking Ottawa & Wakefield Quebec at the Black Sheep Inn."><META name="keywords" content="Tattoo, tattoos, Ottawa, Wakefield, Quebec, tattoo.ca, tattoos.com, tattoo.com, tattoos, Dan Beo, Dan, Hippie, Hippie's Custom Tattoos, Custom, Tattoos, Black Sheep Inn, Black Sheep, Music, Indie Music, body art, custom, tattooing, celtic, tribal, ink, Odawa, Quebec, Ontario, Chelsea, Canada, Canada tattoos, shop, downtown, studio, contact, designs, tattoo galleries, sterilized, single use, sterile needles, art, artists, local ottawa artists, poster, poster factory, local, ottawa tattoos.">
</head>
<frameset rows="100%,*" border="0">
<frame src="http://www3.sympatico.ca/regulator1" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<! pageok >
<! 04 >
<! 7.9>
</html>
. source code in dreamweaver reads
<html>
<head>
<title>::www.hippiescustomtattoos.com::HIPPIE'S CUSTOM TATTOOS::BLACKSHEEP INN::WAKEFIELD QUEBEC::</title>
<link rel="shortcut icon" href="/favicon.ico">
<style type="text/css">
a:hover{text-decoration:none}
.scroll
{
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #821212;
scrollbar-base-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #821212;
scrollbar-shadow-color: #821212;
scrollbar-track-color: #ffffff
}
.main_text
{
font-family:Tahoma;
font-size:9px;
line-height:13px;
color:#464646;
}
.header_text
{
font-family:Tahoma;
font-size:9px;
line-height:13px;
color:#7A0202;
}
.link_text, link_text2
{
font-family:Tahoma;
font-size:10px;
line-height:13px;
color:#821212;
}
.link_text2 {
color: #FFF;
}
.copyright_text
{
font-family:Tahoma;
font-size:10px;
line-height:13px;
color:#E0E0E0;
}
a.copyright_text:link {text-decoration:none;}
a.copyright_text:hover {text-decoration:underline;}
a.copyright_text:active {text-decoration:none;}
a.copyright_text:visited {text-decoration:none;}
a.header_text:link {text-decoration:none;}
a.header_text:hover {text-decoration:underline;}
a.header_text:active {text-decoration:none;}
a.header_text:visited {text-decoration:none;}
</style>
</head>