Quote:
Originally Posted by dgatwood
To avoid the extra pages, change the body tag's page-break-before property to always, possibly with an !important.
|
Assuming I did this right, i.e. as per what you mean, then I added this...
page-break-before: always !important;
...to the style for "body" in my CSS file. It doesn't seem to fix the problem, I still get those page breaks. I just checked my other ebooks, too, that I've made in the past -- it's happening with them, too. Strange that I'm only noticing this now, actually!
This doesn't happen to other people?