Quote:
Originally Posted by GeoffR
Code:
/* ePub default */
span.mystyle { color: green; }
/* KePub override */
div#book-columns span.mystyle { color: blue; }
|
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.
My html code (using a footnote class "nbp") look like this:
<div class="note">
<br/><hr width="33%"/>
<p class="nbp">...