So you want to know how to do those Kewl internal page jumps all the other sites use. These are a great way to move quickly around a long page. I use them myself.
Check out the bottom of this page by clicking this link.
Bottom
The Code
<A HREF="#Bottom">Bottom</a>
<name="Bottom">
Here's what's happening
The A HREF command is a normal link except the link is to a codeword rather than a URL.
(PLEASE NOTE there is a # sign in front of the codeword) You need that so your browser knows it's an internal link. Without the # sign, the browser looks for something outside the page named after your codeword.
Your "CODEWORD" can be anything you want it to be. I try to keep it simple and make it's name the place your going to be jumping to.
The point where the page will jump follows the same general format except you will replace the word "HREF" with the word "NAME".
(PLEASE NOTE there is no # sign in the "NAME" command)
Anywayz, that's it, and that's that.
Check back for more lessons soon, and watch out, you may just learn something.
Rich (a.k.a. Capt-Z)
Capt-Z
This is the bottom of the page.
Back to the top