Quote:
Originally Posted by davidfor
It is really simple: Kobo does not do footnote popups for epubs.
|
Great, thanks. Endnotes with links to and from will be what I use. Hopefully that also works with the old MOBI7 Kindles as well.
Instead of having the id on the li tag I'll use an empty A anchor.
Code:
<ol>
<li> <a id="note1" />Hannibal, Missouri. (<a href="#backref1">Return to previous place.</a>)</li>
</ol>