Posted by Nik Coughlin on 03/02/06 01:31
gobrien wrote:
> Hi
>
> I have a very long list with headings on one webpage and it would be
> inconvenient to split it onto different pages.
>
> I have seen pages with a menu at the top and when you click it goes to
> that heading further down on the same webpage.
>
> What is the code for that? Or what is the name of that process/menu
> box? Thanks.
<a href="#thingToJumpTo">Option in menu at top</a>
....
<h2 id="thingToJumpTo">Thing to jump to</h2>
Navigation:
[Reply to this message]
|