View Single Post
Old 03-14-2012, 11:06 AM   #8
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Alan Newson View Post
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.
JSWolf is offline   Reply With Quote