next up previous contents index
Next: Including Images Up: Creating Hypertext Links Previous: Creating Relative Links

Linking to Part of the Same File

To create a link to a part of the same file, first mark the section you will link to by including a command of the form


   <a name="name">   ... </a>
where name is a unique name for this section of text and ``..." is the beginning of the text to which you want to jump.

Then, to link to this part of the file, use the command


  <a href="#name"> ... </a>  


Send comments to consult@rpi.edu