Quote:
Originally Posted by dlw
I have this anchor in one file (ch01.html)
Code:
<p id="CH01-94" class="footnote">
and this reference in another (ch09.html)
Code:
See <a href="./ch01.html#CH01-91">note 1, on page 50</a>.
Sigil processing changes the reference to:
Code:
See <a href="#CH01-91">note 1, on page 50</a>.
which is broken: ereaders try to find "CH01-91" in the current chunk (ch09.html) and can't.
|
For what it's worth: The link refers to CH01-91, but the id is CH01-94. No wonder it's not found.