Anchors not reaching destination correctly
I have lots of cross-references to add to a document. Half the book is made up of Appendix items. I've set up the first and it's not working correctly. It's supposed to find Appendix Item #26, but when I click the link, (while using Chrome's ebook reader) it only get halfway through Appendix 20.
The anchor link is:
<p class="appendix"><a href="Appendix.xhtml#A-26">Appendix #26. Poplar Ridge Friends Meeting</a></p>
Then, on the Appendix.xhtml file I've coded:
<h2 id="sigil_toc_id_119"><a id="A-26">26. Poplar Ridge Friends Meeting, July 8, 2014</a></h2>
Any suggestions?
|