Help - navigable lists query

G

gobrien

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.
 
N

Nik Coughlin

gobrien said:
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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top