Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,417
    Plugin Contributions
    1

    Default Jump or On Page Links

    Is there any way to do jump or onpage links? Similar to the ones you typically see on FAQ pages where you click a link and it pushes the browser down to where the answer is? I've tried to do this, put the jump link tries to load a new page (ie <a href="#jump"></a>)

  2. #2
    Join Date
    Jun 2003
    Location
    Washington State USA
    Posts
    3,534
    Plugin Contributions
    0

    Default Re: Jump or On Page Links

    Did you add the

    <a name="jump"></a><a>Jump</a>

    to where you want to go?

    Also,

    You need to use:

    <a href="your_page.html#jump>Jump</a>

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •