View Single Post
Old 04-12-2012, 03:36 AM   #3
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
I don't know if it is a problem with ID. However, you can solve it with some careful RegEx. The reason that the links don't work anymore, is probably that the id-names are not unique anymore. All id's in the anchors must be unique.
You have to check each chapter to solve it. I personally would recommend something like: id<chapnr>_<note number>. So, the second note in chapter 3 would be id3_2. That would make it unique. For the backlink you could use idref instead of id.
Toxaris is offline   Reply With Quote