Quote:
Originally Posted by odamizu
For "Insert page break before" option, try: //*[name()='h1']
That works for me to limit page breaks to only <h1> and keeps any <h2> subheads on the same page.
@eschwartz: I have a few books that use <h1> for chapter heads and <h2> for subheads. With the above "insert page break before" option it works fine. Why is this improper?
|
Unnecessary
You are using

HTML2 methods to style
Style a 'p.subhead' style if you want that appearance
font-size: 1.5em;
font-weight: bold;
text-align: center;