View Single Post
Old 12-28-2014, 03:59 PM   #4
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@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.
jackie_w is offline   Reply With Quote