I have a book in which images have been used as chapter headers - each chapter has a unique image.
the chapter header code looks like this
Code:
<h1 class="calibre8" id="calibre_pb_13"><span class="calibre9"><a class="calibre10"></a><img alt="" class="calibre11" src="../Images/record-522.jpg" /></span></h1>
the image name changes for each chapter, and the actual chapter number has been embedded into each image.
the id ="calibre_pb-nn" changes its value but nn increments 2 at a time & starts at 09 so would be tricky to extract & adjust that
I cannot think of any way to auto-generate a workable TOC from this - is there one ?
I could manually add text to each chapter header but that would take a long time.