For some reason footnotes work only in "Edit book" mode but not in viewer.
The link to footnote and the footnote are on the same .html page. This is the markup:
Link:
PHP Code:
<h3 class="heading3-2">LINK<a class="footnote-link" href="#footnote-10398-4" id="footnote-10398-4-backlink">4</a></h3>
Footnote:
PHP Code:
<div class="footnotes">
<div class="footnote">
<p class="footnote-para"><a id="footnote-10398-4" class="footnote-anchor" href="#footnote-10398-4-backlink">4</a>FOOTNOTE</p>
</div>
</div>
What am I doing wrong?
is epub:type="noteref" and epub:type="footnote" only used for asides?
Info:
Windows 8
Calibre 1.16
ePub3 validated file
Thanks,
EDIT: [SOLVED] This is related to another
thread I opened. The answer is that I was not working in "paged mode" in Calibre so footnotes would not function.