Sorry, I had the links backwards in my code. Here’s how a page anchor works.
At top of page put a link to something at the bottom of the same page. When you use the link it takes you to the info at the bottom.
The code for the link: <a href="#thename">the text here</a>
The code for the anchor: <a title="name" name="name"></a>text here
The bottom info is ‘anchored’ together by the link above.