Figured another approach to the table of contents. I changed all the chapter tags from <p> to <h2>. That allows me to easily generate a TOC from "Generate TOC From All Headings". It also makes the chapters much more obvious which helps with readability. With the <h2> tags in place, will that allow me to insert page breaks for my new pages without having to split files? I was under the impression that the conversion process is able to read the <h2> tag. Code at chapter change now looks like...
<p>You'll have a set of orders in two weeks."</p>
<div class="newpage" id="page-268"></div>
<h2 id="toc_3"> 20 The Legend and the Man</h2>
<p> As the summer weather cooled to fall, the hardwood forests that surround the Quantico rifle ranges</p>
The "newpage" class doesn't work as that tag appears extensively in between chapters, but now I have a <h2> tag as well as a id="toc_x to work with.
|