Hi Anchor links just require two pieces of code:
<a href="#RACE">RACE</a>
[Anchor RACE]
The #xxx is the Anchor name. In this example #Race. The part between >yyy< is what is visible to the person, or in our example we simply repeat that this is the Race anchor. Though you could say species, ancestry or anything else.
The second is the anchor. It's a very simple piece of code Anchor followed by the anchor name without the hashtag '#'. In my browser it usually displays three or four lines below the anchor, so you'll have to adjust accordingly, but it works great otherwise. Some of the advanced character sheets use links, you can find them in the character sheet repository under the Heaven Gaming Resources forum.
This is what one of my sheet headers looks like, and you can remove/add as many of these as you like. Pro-tip, I edit the character sheets in a text editor. Makes for easier use of the tools, and then you have a copy of the character stored on your workstation/laptop.
And here is the code for ease of reference:
<center><large><b><a href="#ABILITY">ABILITIES</a> | <a href="#CP">CHARACTER POINTS</a> | <a href="#CPE">CLASS</a> | <a href="#COMBAT">COMBAT</a>
<a href="#BIO">BIO</a> | <a href="#MAGIC">MAGIC</a> | <a href="#RACE">RACE</a> | <a href="#SAVES">SAVES</a> | <a href="#SKILLS">SKILLS</a>
<a href="#Language">LANGUAGE</a> | <a href="#GEAR">GEAR/ITEMS</a> | <a href="#HISTORY">HISTORY</a>
</b></large></center>