Quote:
Originally Posted by crutledge
In the HTML file, all chapter headings are centered.
|
Strange. If they are, there must be some instruction in the CSS-file or CSS-headers of the original HTML. Try adding this to the CSS-file if you want headings to be centered:
Code:
h1, h2, h3, h4, h5, h6 {text-align: center}