View Single Post
Old 11-23-2009, 12:48 PM   #6
Valloric
Created Sigil, FlightCrew
Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.
 
Valloric's Avatar
 
Posts: 1,982
Karma: 350515
Join Date: Feb 2008
Device: Kobo Clara HD
Quote:
Originally Posted by KevinH View Post
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>
Valloric is offline   Reply With Quote