Forum Moderators: open
Follow the advice of moltar to use style sheets (inline or external) to make your <h1> tags appear presentable and you can't go far wrong ;)
H1 tags *are* HTML and it is Ok to use them. If we have CSS, why wouldn't we use it and apply to tags, after all it was designed to *modify* tags. I can say the same for "modified" divs and spans... and any other modified tag.
If google will start to dislike my H1, I won't care. And if enough people won't care, then it will like it again :) After all, Google depends on webmasters and not the opposite.
my 2 cents
example from my stylesheet:
H1 {
FONT-SIZE: 15px;
}
H2 {
FONT-SIZE: 13px;
}
H3 {
FONT-SIZE: 12px;
That should fix the size and you can change the size to whatever you want.
Anyway, I think you're supposed to use <h> tags for SEO, correct me if I'm wrong. This way, they're a little nicer to look at.
cheers
shasan.