10-26-2023, 02:24 PM | #1 |
Junior Member
Posts: 2
Karma: 10
Join Date: Oct 2023
Device: Kindle Previewer
|
Pop-up footnotes displaying notes headers
This is only happening for the last footnotes for each chapter, and I can't figure out why.
Footnote pop ups in Kindle Previewer throughout each chapter work normally until whatever the final footnote is of each chapter, then it will display the following Notes section header beneath the footnote in the pop-up. I've found forcing a page-break before each notes header avoids this, but I'd rather not do that. Even copying the code from an e-book where this doesn't occur hasn't solved this. Any ideas? Sample: <section epub:type="division"> <h2 class="notes-head">Footnote header</h2> <ol> <li ="notes"><a role="doc-backlink" href="chapter1.xhtml#note1" id="ch1_note_R1">1.</a> Footnote text</li> <li class="notes"><a role="doc-backlink" href="chapter1.xhtml#note2" id="ch1_note_R2">2.</a> Last footnote text</li> </ol> </section> <section epub:type="division"> <h2 class="notes-head">Following footnote header</h2> <li ="notes"><a role="doc-backlink" href="chapter2.xhtml#note1" id="ch2_note_R1">1.</a> Footnote text</li> |
10-26-2023, 04:10 PM | #2 |
Enthusiast
Posts: 33
Karma: 2538
Join Date: Aug 2023
Location: NW US
Device: none
|
<li ="notes">
This is missing the complete element equation 'class=' in several spots. Is this causing the problem? https://epubknowledge.com/docs/notes Backtracking a bit...at this web link above they use an attribute <a epub:type="pagebreak"...> after the last note, just the very way you were hoping to avoid doing it. As a side thought...pagebreak as zero height? .pagebreak-height { min-height: 0; max-height: 0; height: 0; ) Last edited by azimuth; 10-31-2023 at 01:14 PM. |
10-26-2023, 04:26 PM | #3 |
Junior Member
Posts: 2
Karma: 10
Join Date: Oct 2023
Device: Kindle Previewer
|
Sorry, that was a mistake in the writing of this post. The class tags are present (and the file validates) and it still occurs.
<section epub:type="division"> <h2 class="notes-head">Footnote header</h2> <ol> <li class ="notes"><a role="doc-backlink" href="chapter1.xhtml#note1" id="ch1_note_R1">1.</a> Footnote text</li> <li class="notes"><a role="doc-backlink" href="chapter1.xhtml#note2" id="ch1_note_R2">2.</a> Last footnote text</li> </ol> </section> <section epub:type="division"> <h2 class="notes-head">Following footnote header</h2> <li class ="notes"><a role="doc-backlink" href="chapter2.xhtml#note1" id="ch2_note_R1">1.</a> Footnote text</li> |
10-29-2023, 02:29 PM | #4 |
Enthusiast
Posts: 33
Karma: 2538
Join Date: Aug 2023
Location: NW US
Device: none
|
.....
Last edited by azimuth; 10-31-2023 at 01:24 PM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Footnotes no longer pop up | paperback | Editor | 2 | 02-03-2023 06:33 AM |
I have a DOCX with footnotes that I wanna turn to pop-up notes in ePub on Kobo Forma | droopy | ePub | 38 | 05-08-2020 05:46 PM |
Pop-up footnotes | Leonatus | Kobo Reader | 41 | 01-13-2017 08:06 PM |
Drawbacks with Pop Up Footnotes in epub 3 ? | verydeepwater | ePub | 8 | 06-13-2014 06:28 AM |