Anchor Links

Click me!




































That is what an anchor is! It links you to a certain point on the same page. Here is how you do it:

1 Wherever you want the link to appear, write this: <A HREF="#NAME">
2 Replace with NAME with whatever you want your anchor to be called.
3 Now, you need to create lots of space in between the link and the actual text/image you want to show after you click the link. Put a bunch of <P><BR> in a row.
4 Wherever you want the link to lead to, write this in: <A NAME="NAME">
5 Rename NAME with what you named the link from before!