View Single Post
Old 05-08-2018, 05:29 PM   #7
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,376
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by jiembe View Post
Your code is similar to mine. That's not the point. I don't want to see the footnote if I don't need or want it, even if they are at the end of a chapter or at the end of the book. So I simply put the footnotes inside a <div> with a display:hidden style. The only way to see the footnotes is to click on the renvoi. That's work fine in the kepub format but disallowed the possibility to see those notes in the epub format.
I suspect you wanted display: none as the style. I use the following when I don't want the text to display (chapter heading where an image is used as the chapter heading but I want to have Chapter IV in the TOC.

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