Quote:
Originally Posted by beluga438
I think the id="ftn..." should be positioned after the <a
<p class="note"><a id="ftn1" class="noteSymbol" href="../Text…
|
Apparently, the Sigil Links report tool will only find targets, if the target is an <a> tag. IMHO, this is a Sigil limitation, since other tags can have id attributes, too.
You can easily test this by checking your epub with EPUBCheck.
If using the Links report tool is important to you could use a regular expression to move the id attribute from the <p> tag to the <a> tag.