Quote:
Originally Posted by KevinH
Hi,
Please ignore my last request.
A simple
<div style="display: none;"><h1>The Chapter Title Here</h1></div>
works to hide the chapter information from appearing in the text but it is properly parsed and output by Sigil into the toc.ncx file so everything now works!
|
You can also use the "title" attribute on heading tags. This for instance also works:
Code:
<h1 title="The Chapter Title Here"></h1>