webmaster resources tips and articles
webmaster information

Path = Home : HTML Design Tips : How To Link To A Specific Location On A Web Page

How To Link To A Specific Location On A Web Page

 

You can create a link within the same page by adding the following codes.

STEP 1

Select the area you want the link to take you to when clicked on and place this code with any name you'd like. This will create an anchor for your link.

<A NAME="Anyname">Anyname</A>

STEP 2

Create your link and make sure you use the same name as you used in your anchor:

<A HREF="#Anyname">Click Here</A>

Click Here

 


 

 

© janim.net 2000 - 2008 All rights reserved