View Single Post
Old 05-05-2016, 02:08 AM   #7
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by intrstngtimes View Post
Code:
<a id="calibre_toc_3"><span class="hidden">Chapter I</span></a>
KindleGen has one really annoying bug: it can't resolve links to elements that have been hidden with:

Code:
display: none;
I your hidden class uses display: none; KindleGen will treat the whole heading as if it didn't exist. That includes ids.

If you're using KindlePrevier, click the Compilation Details link. You'll most likely get one or more of the following error messages:

Code:
Warning(prcgen):W14001: Hyperlink not resolved: <file name>
Error(prcgen):E24010: Hyperlink not resolved in toc (One possible reason can be that the link points to a tag with style display:none): <file name>
Doitsu is offline   Reply With Quote