View Single Post
Old 02-05-2012, 04:50 PM   #3
yoss15
Enthusiast
yoss15 began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Jul 2011
Device: Kindle
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?
yoss15 is offline   Reply With Quote