This article has been dead for over three months
You
To make a page anchor, go to the page
you want to put it on, decide where you
want it, THE LINK YOU CLICK ON TO JUMP
TO OTHER PARTS OF THE PAGE,, center,
left, etc., and plug in this code:
<a href="#codeword">whatever words you want to use</A>
Then after you've done that, decide where
you want to make the page go to
automaticly when you click on it. Say i
wanted one to go to the top of a page,
then I'd put in this next code BEFORE all
of my text on the whole page, that way,
it goes to the TOP and nothing else ;)
<A name="codeword"></A>
After that you may want to test it out and
see how it works!