View Single Post
Old 02-05-2020, 04:48 PM   #4
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
The OP says that all notes are in the same file as where the footnote reference exists and that all the references take him back to the cover.

I'm betting that doing a replacement of all instances of

Code:
href=../Text/index_split_000.xhtml#anchor
with
Code:
href="#anchor
would solve the problem as you only need the anchor reference and not the filename if it is in the current file.

Just make sure you have a backup before performing a "replace all".

BobC

Last edited by BobC; 02-05-2020 at 04:55 PM.
BobC is offline   Reply With Quote