I think in h2.chp there is a conflict between
text-align: center
and
margin-left: 0em
margin-right: 0em
It's either ... or. And why do you need text-indent: 0.0em?
I would clean the stylesheet as well as the html file.
For example: You don't need the tag <b> in the html file. You could have it in
span.chapnum with font-weight: bold.
And those classes that are not defined in the stylesheet, could be removed in the html file.
George
|