Forums

HTML code help please (4 posts)

  1. crazlunatic
    Member
    Posted 5 years ago #

    Hey. You know when you have like a table of contents, for example:

    Click here to read about system restore.

    And when you click "here", the page will automatically scroll down to the right section.

    How can I do this in wordpress?

    Thank you.

  2. Lorelle
    Member
    Posted 5 years ago #

    It's called a "jump to target" link, in old fashioned lingo.

    <a href="/page-name#tohere">jump to here</a>

    Would take the user to:

    <a name="tohere"></a>

    You can customize it from there with whatever you want.

  3. crazlunatic
    Member
    Posted 5 years ago #

    thank u very much

  4. crazlunatic
    Member
    Posted 5 years ago #

    nvm, i got it working thx again

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags