Quote:
Originally Posted by Psymon
Well, indeed viewing the book one page at a time made the problem go away, HOWEVER, when I sent the last/latest version of my book over to the iPad to check (in iBooks), all of a sudden I discovered that the same stupid problem started happening over there! Every file had an extra blank page after it!
And y'know what was causing it (as I discovered after much exasperation)? It was that "solution" that was given here before, to insert this into my body style...
page-break-before: always !important;
THAT causes an extra page to be added after every file in iBooks! So so much for that bit of code. 
|
Yes, I would expect that to happen based on that CSS. Apple iBooks, by the way, does not load 1 file at a time. It loads the full book and is one of the few readers to do that. It is also an ePub 3 like implementation although not fully ePub 3 compliant.
Dale