Found a FIX ... (when making/repairing a table of contents)
In a book where "chapters are by file location" that chapter may appear at the top, bottom, or anywhere in between when the reader displays it.
THIS WORKS
in the stylesheet.css:
.pb {
page-break-before: always;
}
before the chapter heading:
<p class="pb" id="id01"> </p>
(id="id02" - id="id03" - etc.)
RES
In a book where "chapters are by file location" that chapter may appear at the top, bottom, or anywhere in between when the reader displays it.
THIS WORKS
in the stylesheet.css:
.pb {
page-break-before: always;
}
before the chapter heading:
<p class="pb" id="id01"> </p>
(id="id02" - id="id03" - etc.)
RES