Click a letter and it will shoot you to
the part of
the page the matching letter
code is on.
You can also use a name in place of a
letter.
I am using the letters for
demonstration purposes.
Here is the code:
<A
HREF="#A">A</A>
Here is the code to go to the matching
letter:
<A NAME="A"></A>
Here is the code to go to the top of a page:
<A HREF="#top">TOP OF PAGE</A>
Here is the matching code:
<A NAME="top">
Takes You Here A
Takes You Here B
Takes You Here C
Takes You Here D
Takes You Here E
Takes You Here F
Takes You Here G
Takes You Here H
Takes You Here I
Takes You Here J