return link issue

1 post / 0 new

Hi,
I had some specific problems with links during some tests with my Epub project in Readium Desktop (Mac and PC).

The hyperlink below display a SVG graphic that resides in a separeted xhtml document.
<a href="Table.xhtml" id="Table1">Go to Table</a>

The code below is supposed to return to the original document exactly to the original paragraph with id="Table1". But instead, returns to the top of the document. The #Table1 is being ignored.
<a href="Main Doc.xhtml#Table1">Back</a>

How can I resolve this question?

Thanks

C. Serra

Secondary menu