Thanks... but about the green wraparound... it's still on my site and it's unwanted.
-Jeff
Thanks... but about the green wraparound... it's still on my site and it's unwanted.
-Jeff
Why not just remoce the h1 code.??
Ive removed all those codes (h1, h2 and h3) from my index, and that hasnt caused any conflicts with my site...
This is what's in your source:
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY bgColor=white leftMargin=0 topMargin=0>
<DIV class=title-img style="width: 497; height: 34"><font color="#FFFFFF"><span style="text-decoration: none"><font face="Arial" size="6">
anotheremosite.com</font></DIV>
You need to take out the .CSS references you are linking to if you are putting this in the head. Otherwise you won't get the page to look the way you want! Remove:
<META http-equiv=Content-Type content="text/html; charset=windows-1252"><LINK
href="style.css" type=text/css
rel=stylesheet>
And you should be fine. :)
This topic has been closed to new replies.