View Single Post
Old 10-02-2013, 02:34 PM   #19
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,002
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Reasonable assumption. I looked how the first footnote was implemented (from an old epub converted by Calibre, not the Amazon azw3).

Yep just a link to endnotes:
Spoiler:
Code:
CSS:
.calibre2 {
    display: block;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em
    }
.calibre5 {
    color: blue;
    cursor: pointer;
    text-decoration: underline
    }

First note in the TEXT:
 cloridrato di metanfetamina <a class="calibre5" href="../Text/index_split_000.html#572">1,</a> 


First reference at the ENDNOTE position:
  <p class="calibre2">1 Cloridrato di metanfetamina, detta anche crystal meth.</p>


On a side note, to anybody willing to practice his footnote skills, make an ebook from House of Leaves and meet *the* ultimate challenge
PoP is offline   Reply With Quote