Is there some method for forcing page breaks other than using a regex? My most recent baen purchase is doing weird things at the page breaks. (Especially since the CSS specifically tells it to page-break-before all H1 tags)
One such case is this:
Code:
<h1 align="center">
<a name="Chap_2">
</a>
<b>MAY, YEAR OF GOD 890</b>
</h1>
<h2 align="center">
<b>I</b>
</h2>
In that case, the page break happens between the H1 and the H2, which is pretty weird. Is there some tag we can use to force a page break? Or is there some way we can tell it that <h1> always signifies a new chapter, irrespective of it's contents?