Sorry, but I couldn't think of another way to say it.
Alright, well, I have been playing around with HTML and I thought a great feature is the 'anchor' thing.
Like this:
<a name="anchor">This would be an anchor.</a>
Then you would add the other stuff, and then:
<a href="#anchor">Back to top.</a>
I don't know if this is possible, if not I apologize, but the reason this is a good idea to me is to help with clans (take The Craftsmen for example) that have an index.
That code is correct, right?