View Single Post
Old 03-07-2020, 12:19 PM   #774
lolloso
Junior Member
lolloso began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2020
Device: Kindle Paperwhite 4
Quote:
Originally Posted by jhowell View Post
It looks like something is causing the end of the footnote content to be detected incorrectly. Most likely the footnote number and text are not in the same <p> or <div> element.

See section 10.3.12 Footnote Guidelines in the Amazon Kindle Publishing Guidelines for information on how to properly code footnotes.
Thank you for your answer. I'm not entirely sure what that means since I don't know HTML or digital publishing, but I tried editing the ePub in calibre.

This is an example footnote from the end of the book:

Code:
    <div class="footnote">
      <a href="../Text/e9788845981708_c02.html#ref_ftn_fn70" id="ftn_fn70"><span>70</span></a>

      <p class="p"> [FOOTNOTE TEXT HERE, redacted because I don't know if I can post it] </p>
    </div>
If I understood what you mean, it looks like the footnote number (70) is inside the same <div> element of the text.
lolloso is offline   Reply With Quote