I have tried to add a page anchor to some of my pages for users to jump to the top of the page, but it seems to link to the homepage and not to the top of teh page.
This is what I am usign:
Code: Select all
<a name="top"></a>
<a href="#top">Top</a>
Code: Select all
<a name="top"></a>
<a href="#top">Top</a>
Code: Select all
<div class="right49">
<p>{anchor anchor='main' text='^ Top'}</p>
</div>