Quote:
Originally Posted by icearch
page-break-after
page-break-before
page-break-inside
How well are they supported in epub3 and 2 now? I have used them in some case but they tend to fail.
The only certain way I know to let content start in a new page is creating a new xhtml file. But some web novel can have 1000 chapters, it's tedious to have 1000 xhtml files.
So how well are they work exactly now? How can I guarantee a page break?
|
Instead of doing a page break before or after, just split the HTML where you want the page break. That way the page break will 100% work.