2.28.2006

Code: Linking to somewhere on the page

The following code will describe how to create a link that will go to somewhere on a webpage that is not the top.

expand instructions

This is the code for the link>>
<a href="#example">
Change the "example" (not the "#") to a unique name.


This is the code where the link will be directed>>

<a name="example"></a>
The "example" will be changed to what ever was after the "#" in the link. In this case it would be "example", NOT #example. Place where you want the link to link.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home