Question on Linking within a page
Posted: Tue Jun 10, 2008 3:11 am
OK, so I don't know if I'm the world's worst forum-searcher or what, but for some reason I just can't find an answer to something that seems like a very easy question:
I'm using CMS Made Simple 1.1.3.1 "Apia", and I can't for the life of me figure out how to link to an anchor point within the same page.
In other words, I want to have a list of links at the top of a page that link to other sections lower in the page. But, whenever I try this, the link just takes me to my top page.
The latest format I've tried is below. Can some kind soul please show me the light?
The goal is for the href in the middle there to jump me to the "a name" below.
Thanks very much for any help...
I'm using CMS Made Simple 1.1.3.1 "Apia", and I can't for the life of me figure out how to link to an anchor point within the same page.
In other words, I want to have a list of links at the top of a page that link to other sections lower in the page. But, whenever I try this, the link just takes me to my top page.
The latest format I've tried is below. Can some kind soul please show me the light?
Code: Select all
<p>The Rules page defines the select league's set of core rules. The Rules page is divided into six sections, described below.</p>
<a href="#historical_rookies_options">test link</a>
<p><a name="historical_rookies_options" title="historical_rookies_options" class="aname"></a><h5>Historical Rookies Options</h5></p>
Thanks very much for any help...
