View Single Post
Old 05-16-2016, 12:49 PM   #5
yasteora
Member
yasteora began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Nov 2015
Device: KPW3 kobo touch
Red face

Hi,guys! After I have tried a few times, I found what affect eisable the inline footnote for kindle:

To be enable pop-up on kindle, need a loop anchor, that means my code should have be all enable pop-up footnote, but something to prevent that works. "something" must be between the loop ancher.


I look for the differece is one of them has the footnote in the rearnote, "the nesting footnote".

So I make a empty anchor in the code, that works!

The code like this:
Code:
<body>
 <section epub:type="rearnotes" id="answer-01">
    <h3><a href="#foolkindle" id="foolkindle"></a>答 案 一</h3>

    <ol class="test">
       ........
    </ol>
 </section>

<div class="goto">
    <a href="../Text/Appendix02-01.xhtml#test-01">[return]</a>
  </div>
</body>




Now I want to know how disable pop-up for kepub and how handle the content the pop-up showed...

Last edited by yasteora; 05-31-2016 at 02:01 PM.
yasteora is offline   Reply With Quote