Quote:
Originally Posted by JSWolf
That's a bit of code bloat I would say. Why not just use...
and then set h2 as you want for the chapter titles in the CSS?
Code:
h2 {
margin-top: .75em;
margin-bottom: 1em;
text-align: center
}
|
Because I might want to use h2 for other things

(Sigil does allow them to be marked not in TOC ) with other style.
My chapno usually has Chapter head Margins (and padding for off center placement).
Sheesh! that bloat is minimal. There are lots more frequently (mis)used styling in every single paragraph.