Hyperlinking in Reflowable Epub
I want to create a reflowable epub with superscripts linked to footnotes in an appendix. I'm not sure what I should link to. Ordinarily I would link to a page, but a footnote could wind up on any number of pages if it's reflowable, couldn't it? Or does InDesign assign a constant page number for a block of text?
If I want to link to page 546, what would the link look like in my HTML? I can't import text into InDesign, so I have to format my hyperlinks using BBEdit.
I created a hyperlink as an example, but I only had one page in my project, so the link looks like this: <a href=""><span class="Hyperlink CharOverride-1">TEXT</span></a>
I'd just like to know what the hyperlink looks like in the HTML, so I can figure out how to write it. I'm guessing something like this:
<a href="page-546"><span class="Hyperlink CharOverride-1">TEXT</span></a>
Thanks.
