MyBB Community Forums

Full Version: So I Have This Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's similar to the Go to top code found at the bottom of the forum. Except this one would go at the top and say go to bottom. I am wondering where exactly I would need to place it to get it to work?

<a href="#bottom">here</a>
And is there anything I would need to change?
Place this anywhere in footer template:
<a name="bottom"></a>

Then put this link in any template:
<a href="#bottom">Go to bottom</a>
That worked brilliantly. Thank you for your help Smile