Log in

View Full Version : Hyperlinks within a web page



Nick Druce
09-04-2005, 12:40 PM
I have created a webpage that has a lot of writing in it. At the side of the page i would like to create hyperlinks so that when the user clicks on it it will jump to the relevent text.

if anyone could help me that would be great

Twey
09-04-2005, 01:26 PM
<a href="#chapter1">Go to Chapter One</a>
...
<a name="chapter1">Chapter One</a>

Nick Druce
09-05-2005, 08:10 AM
Thanks for that.
It worked a treat.