Quote Originally Posted by DrByte View Post
Um ... You're using H1 tags all over the place.
Proper structure is to use H1 only ONCE per page. Search engines see multiple H1 tags as spammy, somewhat akin to keyword-stuffing.

Since you're styling all kinds of other stuff inline, why don't you just create your own new style and wrap a <span class="mystyle"> around it instead of a big long complex <h1 ..........> ?
I was trying to find out what was the H1 header supposed to be like. I know it's like a size eighteen font but I forget after that.

EDIT: Nevermind, I just found it... and it's size 24 point text. Would you say it's probably better I redid all of the H1's as <p style="..."> instead?