Originally Posted by crutledge
From Sigil FAQ Quote:
How can I use an image for a Chapter heading, and have it show up correctly in the Table of Contents?
You can put anything between the heading tags to make Sigil link to it in the NCX (the epub file responsible for the TOC), and set the "title" attribute on the <h#> element to get the text.
So it would look like this:
<h1 title="CHAPTER 1"><img ... ></h1>The TOC would link to that heading element (and by extension, the images inside it) and the TOC entry would say "CHAPTER 1".
|