Quote:
Originally Posted by GeoffR
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.
|
Thanks rashkae. I didn't know it was a zip file.
I inspect the code and there they are: <div id="book-columns">.
So this is supposed to work :
.note {
display: block;
}
div#book-columns .note {
display: none;
}
but it's not. I will retry it.