Quote:
Originally Posted by bremler
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.