@crankypants, I have seen this also, it seems that the DEFAULT for H1, h2, etc is LEFT-aligned.
I do the css like so:
h1 {text-indent: 0em; text-align: center; }
and then also include all the additional margin, padding, bold settings, etc.
I always include text-indent: 0em to prevent a slightly mis-aligned heading. (just in case)
Then you don't have to add that "style" tag to every header.
|