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>
|
OK, I have done this:
Code:
<div style="page-break-inside:avoid">
<h3 id="id_RefHeading__5377_1529499100" class="block_31">Title goes here </h3></ol>
<ol class="list_1">
<li class="block_10" value="461">Yadda yadda yadda.<sup class="calibre6"><sup id="back_note_97" class="noteref"><a href="index_split_026.html#note_97" title="97" class="calibre2">97</a></sup></sup></li></div>
<li class="block_10">blah blah.</li>
but the outcome is that the text after the h3 heading (that is including the "blah blah" bit) has disappeared in its entirety, only to reappear at the beginning of the following chapter.