Quote:
Originally Posted by thiago.eec
Are you sure you followed Kovid's instructions correctly? I tested here and it worked. Pay attention to the bold part: you don't need to edit the EPUB file; just open it with the Viewer > Press ESC to open the Preferences > Styles > Paste the CSS Kovid provided > Press OK.
|
I am certainly sure. Just as you post, open it with the Viewer > Press ESC to open the Preferences > Styles > Paste the CSS Kovid provided > Press OK.
AfterPaste the CSS Kovid provided, The first Popup may be fine, But the rest of
popups dont works.
and, I imitates Kovid's CSS,
Code:
aside { display: none }
.calibre-footnote-container p {
display: none
}
.calibre-footnote-container aside {
display: block
}
the body of page will be hidden.
However, it will display all footnotes of this chapter.
But,i just hope it dispaly the corresponding footnote rather than all footnotes.