Quote:
Originally Posted by msmith65
Since I'm breaking a page before each h1 and h2, can I build something into their definitions in the CSS that will force the break before?
|
You bet. Just like Doitsu indicated, if you already have an element in your document that you
consistently want a page break to precede, then by all means ... no need to add extra code. Just assign the page-break-before attribute to whatever element (or element
class) works for you.