I guess I'm confused here. What is the word test for? And how would I link it?

Sorry to sound so dense, but I want to get it right.
Quote:
Originally posted by nakkid
place this code anywhere in your page:
Code:
<a href="#bottom">test</a>
place this code where you want the link to point (in the same page):
Code:
<a name="bottom"></a>
you can have as many links like that as you want on a page... just change the name.
|