View Single Post
Old 03-10-2010, 07:40 AM   #4
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 bremler View Post
Thanks charleski, I solved it. Sigil had added some extra tags to my headings, so they looked something like this: <h2 heading_id>Chapter 1</h2>.

So I went through and deleted the heading_id to make it just <h2> and now both fonts show up where they should be :-)
Now your TOC probably doesn't work. IDs are added to headings so that they can be referenced from the NCX file. Removing the ID makes the reference invalid if you removed it from outside Sigil. If you removed it inside Sigil, in the Code View, a new ID was added to the heading on export.

And removing the ID should not have solved your CSS issue with the CSS code you posted. It was probably something else.

Last edited by Valloric; 03-11-2010 at 09:26 AM. Reason: typo
Valloric is offline   Reply With Quote