Quote:
Originally Posted by ralphiedee
I know how to generate a TOC titles with text. Is there a way to generate a TOC by using an Image instead of a header? In the Toc.ncx I see the
<text>More 80's Dancehall Record labels</text>
can I replace the <text> with <image>image name</image>
??
|
The 'T' in TOC stands for
Table (not a picture of the Table. POC

)A TOC (list) item is built in link TO the specified page
A Picture of a list is only a single item
A picture CAN be a Anchor or (IMHO) obscured on many devices, link to the TOC
You can make a Graphic Heading into a Sigil TOC recognized by the TOC generator,
Code:
<h3 class="calibreN" title="your TOC heading" id="heading_id_2"><span><img alt="" class="calibreM" src="../Images/image1.jpg" /></span></h3>
The Green part of a of this is what turns the Image into a TOC list item