View Single Post
Old 06-15-2012, 04:10 AM   #107
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,558
Karma: 19620479
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
I would try something like:

<h1 class="hidden" title="Title Page">&nbsp;</h1>

with:

h1.hidden { display: none; }

I'm not sure how Sigil will treat that, and would avoid giving the hidden element an id (we don't want the TOC link to have a fragment identifier, a # in the URL, do we?)

Or, at least, try with:

h1.hidden { margin: 0; padding: 0; height: 0; }
Jellby is offline   Reply With Quote