I am trying to create the pdf using the attached file, but the internal link is not work. any clue? Thanks.
Forum › Bugs
Internal link is not working
Empty anchor elements used as link targets in a block context can sometimes be ignored, this is an open issue we hope to fix in the future. In the meantime, placing an id attribute directly on the div element you wish to link to will work better in Prince and is supported by web browsers also.
You guys are really good. I had the same problem this afternoon of a jump not working. But I read this post this morning answering the problem.
Thanks again.
Thanks again.
Jim Albright
Wycliffe Bible Translators
Add a non-breaking space for the target so it isn't empty.
Then
works.
<a id="start"> </a>
Then
<p>
<a href="#start">Jump to start of definitions</a>
</p>
works.
Jim Albright
Wycliffe Bible Translators