Quote:
Originally Posted by Crabsauce1
But i'm trying to understand why kindle previewer is not showing a blue clickable hyperlink to the chapter in the toc? It shows greyed out but in sigil it shows a blue clickable link to the chapter....
|
It'll be hard to narrow down your problem without seeing the HTML TOC code. Post two TOC entries and the new TOC entry that you added to the existing TOC. If the TOC entries have class attributes, also post the contents of the class attributes. For example:
Code:
<p class="contents"><a href="../Text/hp01_ch001_en-gb.html#hp1_ch1">ONE</a></p>
<p class="contents"><a href="../Text/hp01_ch002_en-gb.html#hp1_ch2">TWO</a></p>
.contents{text-align:center;text-indent:0;}
BTW, if the Table of Contents menu item in the Navigation menu is greyed out, the
<guide> section in
content.opf doesn't contain a toc entry or the href attribute points to a non-existing file.
You can detect this and other common problems by checking your book with the
IDPF online validator or my
EPUBCheck Sigil plugin.