Why won't my HTML page jump links work?

lee_lee07770

New member
I created an html page jump link. I did this in the past and it worked great. I took the same code and put it in a new page, and it gives me different results.

I want a link at the top of the page to page jump to a topic within the page. I want that topic to display at the top of the page. Only, with the jump occurs, it jumps to that topic but only goes far enough to display it at the bottom of the page. It doesn't do this in my other pages! What is going on? This is the code I am using:

<a href="#topicB">Go to topic B</a>
//Some content here
<a name="topicB">
<p>This is topic B!</p>

Why is this code bad???
Thank you for your replies! I got it!! :)
 
Back
Top