Quote:
Originally Posted by davidfor
That's probably it. I'm pretty sure that older RMSDK didn't support them. I don't know about the current version or the kepub renderer.
|
The following CSS works OK for standard epubs but doesn't currently do anything in kepubs. To the best of my knowledge file splitting is necessary in kepubs to enforce a page break.
Code:
page-break-before: always;
page-break-after: always;