In Xerte I have a text page A containing a number of hyperlinks, for example to pages B and C.
Going to pages B and C works fine, but returning to page A and to the place where the hyperlink was used does not work well with 'target _ self' or 'no target'.
Instead of going to where the user was in A, the page is reloaded and the user has to scroll down and find where they left off. That's not convenient.
If I use the same hyperlinks in a non-Xerte page, it works fine and the user returns where he left off. Apparently this is a problem with Xerte.
This occurs in all browsers and also on iPads
How can I solve this?
gr
Ronald
<ul>
<li>Rietveldhuisje, nl.wikipedia.com, <em><a class="sup" href="
nl.wikipedia.org/wiki/Vakantiehuisjes_(Rietveld)" target="_blank">link _blank
<li>Rietveldhuisje, nl.wikipedia.com, <em><a class="sup" href="
nl.wikipedia.org/wiki/Vakantiehuisjes_(Rietveld)" target="_self">link _self
<li>Rietveldhuisje, nl.wikipedia.com, <em><a class="sup" href="
nl.wikipedia.org/wiki/Vakantiehuisjes_(Rietveld)">link no target
</ul>