This is how pop-up footnotes can be coded in EPUB output:
<a epub:type="noteref" href="fn(number of footnote)">[1]</a><aside epub:type="footnote" id="fn(number of footnote)"><p>Footnote content here</p></aside>
Where 1 = number of footnote
Also, this string needs to be included at the top of each HTML document:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
We are proposing that Arbortext Styler provides a feature for EPUB output which will result in this structure in the EPUB output.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.