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>