How do you make an HTML button go to a different part of the same page?

Evan Olson

New member
I've got 3 topic buttons that I'm trying to center on a page with a lot of text and want to have each "button topic" jump to the correct topic with the essay far down on the same page. I've seen it before on sites, like Wikipedia, where it gives the information and then you can click on one of the topics on the left and have it scroll down really fast (jump) to that topic. How do you do this? It seems so simple in such a complicated way...

The html:

<ul id="Buttons">
<li>Essay One</li>
<li>Essay Two</li>
<li>Essay Three</li>
</ul>

If you know how to center and make the buttons horizontal in the same content area and could show how to do that, then I'd have to thank you even more.
Thanks Ron!
 
Back
Top