Thread: Code for page??
View Single Post
Old 07-20-2004, 07:41 PM   #2 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

You need to familiarize yourself with Anchors

http://cat.xula.edu/tutorials/html/a.php
http://www.utoronto.ca/webdocs/HTMLd...L/anchors.html

** This one seems to be more detailed**
http://www.cwru.edu/help/introHTML/TCh6.html

basically you want to make the hyperlink - < a href="whatever.html#chickens" >[removing the space between the '< a']

then in whatever.html you need to put in < a name="#chickens" ></a>
ADZ is offline