Making a page anchor is really simple. What you do is copy and paste this code where you want a link to another part of your page:
<a href="#codeword">whatever words you want to use</A>
To tell the link where to go, this is what you need to do. Copy and paste this code and put it where you want the link to go on your page:
<A name="codeword"></A>
You can use any code word you want.