I have the EXACT same problem, but I don't have any H tags! If someone could help me out, that would be awsome, as I am on the verge of going bald myself!!
Lol. Here is my code:
<title>Index - Atelier du Druide</title>
<style type="text/
css">
<!--
body {
background-color: #FFFFFF;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
#Header {
position: relative;
width:100%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border: solid black 0px;
background-color: #FFFFFF;
text-align: left;
background-image: url(Images/template%20index%20top.jpg);
height: 311px;
background-repeat: no-repeat;
background-position: center top;
}
#Center1 {
position: relative;
width:100%;
margin-left: auto;
margin-right: auto;
margin-top: auto;
border: solid black 0px;
background-color: #00FF66;
background-image: url(Images/template%20index%20middle.jpg);
height: 275px;
background-repeat: no-repeat;
background-position: center top;
}
#Center2 {
position: relative;
width:100%;
margin-left: auto;
margin-right: auto;
border: solid black 0px;
background-color: #9900CC;
background-image: url(Images/template_middle.jpg);
background-repeat: repeat-y;
background-position: center top;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}
#Footer {
position: relative;
width:100%;
margin-left: auto;
margin-right: auto;
margin-top: auto;
border: solid black 0px;
background-color: #FFFFFF;
text-align: left;
background-image: url(Images/template_bottom.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 23px;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body alink="#FFFFFF">
<div align="center" id="Header"></div>
<div align="center" id="Center1"></div>
<div align="center" id="Center2">
<p align="center"><font color="#000000"><font face="Arial">Some text</font> </font> <BR>
<p align="center"> <font color="#000000">Some more text</font>
<p align="center">
<p align="center"><b><font face="Arial" size="4"><u><a href="Accueil.htm">Français</a></u> <u><a href="Home.htm">English</a></u></font></b></div>
<div align="center" id="Footer">
</div>
</body>
</
html>