07-03-2011, 08:11 PM
|
#3
|
eBook FANatic
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
|
Quote:
Originally Posted by alansplace
isn it possible for sigil to generate a toc where the chapter numbers are graphical images instead of ascii!
|
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".
|
Last edited by crutledge; 07-03-2011 at 08:14 PM.
|
|
|