Quote:
Originally Posted by Psymon
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