Internal page link

Permalink
This is a really dumb newbie question but despite tearing my hair out I cant get internal page links to work

<div name="pagetop"></div>
<a href="#pagetop">go to top</a>


That should all I need to do but I have tried every possible combination with zero success
Any help most appreciated before I have to shine my head :(

FaganSystems
 
cristi78 replied on at Permalink Reply
Hi there.

You should replace name with id.

<div id="pagetop"></div>
<a href="#pagetop">go to top</a>