Quote:
Originally Posted by Doitsu
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;
}
|
Tks Doitsu, this works really well and solves the K5 problem!