Quote:
Originally Posted by Alan Newson
I've seen other people have had the same problem, and done some trials on other ePubs that I've downloaded. Mine do seem to be more prone to the problem though. I'm using the code below, and think I'll have a look to see if the issue is being caused when either of these is implemented.
.group {
page-break-inside: avoid;
}
.page-break {
page-break-before: always;
}
|
If you don't need to do a page break (like with endnotes in one file), then the best thing is to split the XML as the page breaks so there are none and each place where there would be a page break starts a new XML. That will possibly solve some of the problem.