Quote:
Originally Posted by jiembe
How do you implement it? I try this:
.note {
display: block;
}
div#book-columns .note {
display: none;
}
without success. The footnote is still visible at the end of the chapter in the kepub file.
|
That works on my Glo. How are you creating the KePub? You might try examining the .kepub.epub file after it has been sent to the device to check that Calibre has added the <div id="book-columns"> after <body>, older versions of the KoboTouchExtended driver didn't do this.