View Single Post
Old 05-29-2012, 10:46 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,094
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Personally, I recommend using a full path (back) everywhere. If the section gets split, the path gets adjusted. If it is only a current page, relative path (starts with #) it will orphan.



Here is a sample(borrowed from a TOC, but it still applies)
Code:
<p class="indent">Per regulation <a href="../Text/footnotes.html#fn1-01" id="chap1">[*1-01]</a> and others. </p>
Link back to the Anchor point
Code:
<p class="foot"><a class="calibre4" href="../Text/chap1.xhtml#chap1">ONE</a></p>
theducks is offline   Reply With Quote