Usually on a website, I would use:
<a href="#top">Back to top</a>
However, in a MODx site, this wants to take me back to the home page.
Anyone know what I need to do to make this work?
Thanks
That didn’t seem to work.
I then tried:
<a href="[~64~]#top">Back to top</a>
That gave me the desired link location, but when clicked it didn’t do anything.
Has this ever come up before for MODx - it seems to be such a basic thing to do.
Actually, it did work in the end, I was using FireFox so I had to tell it where ’top’ actually was. All other browsers worked fine, so I am all complete now.