View Single Post
Old 08-28-2014, 02:00 PM   #37
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by Psymon View Post
Oh, I forgot to ask...

Does it matter at all if/when one uses page-break-before or page-break-after? Is there, in fact, any real difference? I mean, apart from one being "before" and the other "after" (duh), but I guess I was thinking that where I have a single file split up into separate "pages", like this...

Chapter Title Page
Full Page Image
Chapter Text

...then should I have the page break after the Chapter Title be after? I was just thinking that if I made it before, then that bit of code -- as "empty" as it might be -- would invariably be inserted on the same page as the full-page image, and somehow screw that up.

In that regard, would I be better off just using a combination of "befores" and "afters", depending on whether there's a full-page image before or after?
The page break before is more likely to be supported than page break after on some older devices. But both should be supported as well as page break avoid (which has less support).

Dale
DaleDe is offline   Reply With Quote