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...
