Continuing On...

     OK, you want to jump back to the previous page (http://www.htmlgoodies.com/tutors/pagejump.html) at a certain point. You will do so using a basic A HREF command denoting both the page and the NAME target.

     I have placed a NAME target command right above "Welcome Back!" on the previous page. I used the codeword "welcomeback"

Here's the link form:

<A HREF="http://www.htmlgoodies.com/tutors/pagejump.html#welcomeback">
Blue Words, Blue Words
</A>

     See what's happening? I did a simple HREF link back to the page. But! I added the # sign and then the codeword I selected. No slashes or dots--just run it all together.

     OK, Click Here to go back.