View Single Post
Old 02-07-2012, 02:41 PM   #11
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: 29,689
Karma: 54369090
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by cybmole View Post
that is well put. I'd never coded footnotes myself & could not see how to compute those file pointer #filepos numbers as per the example I cut n pasted from an actual text. I'm guessing that they are added when book code is converted from some other format into epub ?. I see them also in some retail .toc

PS original kindle had a "browser" back button but what about Kindle touch ?
filepos is a computer conversion generated number. The anchor number can be ANY unique string value that does not start with a digit.
"filename1.html#washere"

"filename1.html#tohere"

While relative anchors are legal, Sigil can not cope if yo split the file and you end up with orphan references. I suggest you always include the Full filename path in a reference, just to be solid
theducks is offline   Reply With Quote