View Single Post
Old 01-08-2018, 09:14 AM   #29
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,254
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Following up on davidfor's suggestion that the backlinks are not actually required for footnotes to pop-up in kepubs. My earlier suggested footnote HTML coding can be simplified to:

After v2 - main body HTML (ie ch1-2.xhtml):
Code:
<p ...>some text<a href="ch2.xhtml#fn1" class="a">[1]</a></p>
After v2 - footnote HTML (ie ch2.xhtml):
Code:
<div id="id49">
    <div class="title1">
        <p class="p"><a id="fn1">1</a></p>
    </div>
...
</div>
jackie_w is offline   Reply With Quote