Quote:
Originally Posted by JSWolf
But that thread you linked doesn't solve the page break problem. What the thread you linked is solving is a different problem.
|
This part of Liz's blog:
Quote:
If you set the display property for a div to be inline-block, iBooks will display the contents of the entire div together on a single page, skipping to a new page if necessary, unless the entire div can't fit on a page by itself, in which case it will be divided across pages.
|
should force a "page break before", shouldn't it? (haven't tried it yet). I'm just following her "header" example, and how she got it to start a new page by linking it to the paragraph below it.