View Single Post
Old 08-12-2018, 10:53 AM   #3
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,761
Karma: 24088559
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by ozh View Post
2) Kindle 5th generation (Kindle 5, the one with the 5 buttons in the botton): the hidden part of the TOC DOES APPEARS inside the book. I don't know why, since i believe this model does have support for the HTML/EPUB3 features. Am I wrong?
Kindle 5 models with the latest firmware should support KF8 (AZW3) files. However, AFAIK, they don't support KFX files.

IMHO, the easiest solution would be to simply add a class="hidden" attribute:

Code:
.hidden {
    display: none;
}
Doitsu is offline   Reply With Quote