View Single Post
Old 03-19-2022, 08:40 AM   #9
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
I'm pretty sure those IDs are created by Sigil when you use the "Generate Table of Contents" function. The first link - if it is near the top of the page simply links to the page itself. If you have more links on the page, or it's further down and not at the top, then the link needs an ID to point to. If you don't provide one manually Sigil generates it for you using the template "sigil_toc_id_#". In your case the link from the .ncx would be:

"<content src="Text/{your sheet name}.xhtml#sigil_toc_id_75"/>

and from an html file would be:

<a href="{your sheet name}.xhtml#sigil_toc_id_75">

You could change them to something else if you really want to, but the user will never see them and they are OK.

Last edited by Turtle91; 03-19-2022 at 09:09 AM.
Turtle91 is offline   Reply With Quote