Hi there
Amongst many other divs, I have a couple of appendices. They all start like this (with different names and ids, of course):
I want to put a page break before the first one. This doesn't work:
Any suggestions on how to do this?
Amongst many other divs, I have a couple of appendices. They all start like this (with different names and ids, of course):
<div class="appendix" lang="en">
<h2 class="title" style="clear: both"><a name="appendix_a" id="appendix_a"></a>A. Databases to be backed up</h2>
<div class="glosslist">
I want to put a page break before the first one. This doesn't work:
a[name="appendix_a"] {
page-break-before: always;
}
Any suggestions on how to do this?