I want to create a reflowable epub with superscripts that are linked to footnotes in an appendix. I’m confused because, I’m not even sure “what” I should link to. My first choice was to link to a page, but that won’t work in a reflowable pub, will it? If a footnote is on page 536 in a big device, then it might be on page 800 in a cell phone, right?
Another option would be to link directly to the footnote. Is that’s what’s meant by “text anchor”?
So if I have <sup>1</sup> in chapter 1, I could put the footnote in a div with the ID 1-1 (<div id=”1-1″). Would my link then just look like this?:
<sup>1</sup>
Or do I have to include the name of the document the footnote is in? If it’s in a document named Appendix1, would my link look something like this?: <sup>1</sup>
I can’t import content into InDesign, so I have to figure out how to write the links myself. Thanks for any tips.