Quote:
Originally Posted by kovidgoyal
The DOCX plugin only supports keeping the contents of a single paragrpah on the same page, not multiple paragraphs. If you want to keep a set of paragrpahs together in EPUB you need to wrap them in div tags like this
<div style="page-break-inside:avoid">
<p>
<p>
...
</div>
|
Hi Kovid,
thanks for that.
What I would like to accomplish, rather than keeping a whole paragraph together with the headline, is to keep at least a portion of it, as a whole paragraph may be too long.
Anyway, must I do it what you suggest on every headline throughout the book or is there a shorter way?