View Single Post
Old 03-14-2012, 05:01 AM   #5
Alan Newson
Member
Alan Newson began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Dec 2011
Device: iPad
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;
}
Alan Newson is offline   Reply With Quote