Thanks a lot for your response.
Unfortunately it didn't seems to work.
My links were initially set up like this,
Code:
<p class="Chapter-Heading" id="toc_marker-2"><a id="About-the-Author"></a>About the Author</p>
Which seems like it shouldn't have the issue you described I think.
So I changed them to this,
Code:
<p class="Chapter-Heading" id="toc_marker-2"><a id="About-the-Author" />About the Author</p>
and I still get the same issue.
My TOC is set up as
Code:
<a href="../Text/Introduction.html#About-the-Author">About the Author<br /></a>
Any thoughts?