View Single Post
Old 06-10-2012, 12:52 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,127
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by ralphiedee View Post
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
theducks is offline   Reply With Quote