QUOTE(Kails @ Dec 7 2008, 10:56 AM)

I viewed the source. I just don't know how to fix this. I use just a plain ol' txt edit for my html (i like to do things the hard way lol). But my main page is fine and I used the same txt edit program.
Maybe it has a function that converts tags to entities and you turned it on by mistake?
You need to get rid of everything that looks like this.
CODE
<p class="p1"><HTML></p>
<p class="p1"><HEAD></p>
What you intended to write is
CODE
<HTML>
<BODY>
and the software must have done the conversion.
BTW, my post above wasn't a comment on what you said. It was a correction of my previous post. I didn't notice you had posted in-between. Sorry.