Quote:
Originally Posted by reddog1983
When going to the Go To section on a Kindle (Paperwhite or Fire), all the chapters have merged to one chapter. The HTML file has every chapter separated, but it is not showing up correctly when converting under Calibre. I have tried correcting this manually and using the Edit TOC feature, but nothing works. I do not know if the issue is with the codes I'm using, or if there is a glitch in Calibre. This problem does not occur with every book; some books convert correctly. Please help.
Here is the code:
Code:
<h2 title=style="page-break-before:always" align="center"> <i>Table Of Contents </i> </h2>
<a href="#one"> <i>One</i></a>
<a href="#two"> <i>Two</i>
<a href="#three"> <i>Three</i>
|
Those are back ref anchors ONLY. There is no forward (href=) at all
This is junk (and not a normal calibre provided HTML TOC)