Hi there,
I try to create XREFs in my epubs. The link should lead to a specific position in a document.
But clicking on a link always leads to the top of the specific document and NOT to the position where the target ist specified.
This happens no matter if I use <xref.. or <link...
I have tested it with ADE.
Here is what I do in XML-code:
XREF:
<entry align="left" valign="top"><xref linkend="654321"/></entry>
XREF-target:
<para id ="654321" xreflabel ="44"><token>44</token>Der Begriff...</para>
or I do this:
XREF:
<entry align="left" valign="top"><link linkend="123456">3</link></entry>
XREF-target:
<para id="123456"><token>3</token>Das TMG wu...</para>
But whatever I try, I always get to the top of the HTML-Page when clicking the link in ADE
Does someone has a idea?
Thanks
Georg