Quote:
Originally Posted by jackie_w
FWIW this is a 'thought'  not a 'criticism' regarding the following line of your code:
Code:
<li id="ref1">Hannibal, Missouri. (<a href="#backref1">Return to previous place.</a>)</li>
Before you put a lot of effort into coding them this way I'd be inclined to double-check whether splitting the id="..." and href="..." attributes across 2 different tags messes up some devices' ability to display footnotes as pop-ups. A simple first test would be to see whether the calibre Viewer pops them up properly.
|
These are plain links, to another place (the end) in the current file. Pop ups seemed more fragile so I decided to go with end notes. The [Note 1] jumps to the end note, then that end note has a (Return to previous place.) to go back.