View Single Post
Old 11-25-2012, 10:44 AM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,809
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by wkuiper View Post
Before I continue I want to make sure that you exactly understand what I am trying to do.
Right now I add "[Hoofdstuk 1]" at the top of a chapter and click on h4.
When I generate a TOC "[Hoofdstuk 1]" appears in the right window.
"[Hoofdstuk 1]" in the right window is exactly what I want, but within the chapter I don't need it and I want to suppress it for the viewer.
Where can I find the CSS file in wich I have to insert: .heading_noshow {
display: none;
}
I can find a subdirectory "Styles" but it is empty.
I have searched with the Explorer without any result. There is no CSS stylesheet within my Sigil directory.
Must I create a stylesheet myself first?

Right now the heading of chapter 1 reads:

<h4 id="sigil_toc_id_3" style="text-align: center; display: none;">[Hoofdstuk 1]</h4>

Yours,

Willem
You have no stylesheet.
What you have is inline styles, while the styles work, you have to modify each place used (see my markup in red)
theducks is offline   Reply With Quote