@Notjohn,
Try coding your chapter/toc headings like this in the html files:
Code:
<h2 class="invisible">Heading 1</h2>
and adding an "invisible" class to your css file:
Code:
.invisible {display: none}
Then regenerate the TOC. The TOC should show the invisible heading text but they won't waste space at the top of the page.