View Single Post
Old 01-20-2017, 01:28 PM   #1
Robert Snowman
Retired
Robert Snowman began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2016
Device: Lenovo Lepad S6000-F
repair/building a TOC by "file location"

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
Robert Snowman is offline   Reply With Quote