View Single Post
Old 03-14-2014, 11:34 AM   #8
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 1,006
Karma: 2003162
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
Well, you need also something to create a link target.
Many times I create double linked hyperlinks for reference purposes as not all E-readers have automagical return support (like for instance the PRS-Tx):
  • click the ref-link and you jump to a reference,
    Code:
    <a id="footnote1"></a><sup><a href="footnotes.xhtml#bookmark1">1</a></sup>
  • click the reference and you jump back where you started.
    Code:
    <a id="bookmark1"></a><sup><a href="Chapter0X.xhtml#footnote1">1</a></sup>
They are quite handy, but must always be manually crafted

Last edited by DrChiper; 03-14-2014 at 11:39 AM.
DrChiper is offline   Reply With Quote