Results 1 to 4 of 4

Thread: request for help

  1. #1
    Join Date
    Oct 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default request for help

    Could someone please help me find a way of clicking on a link at the bottom of a page which will return the user to the top of the page without scrolling. I've had a look through this site, but i'm unsure what it is that i'm looking for.
    Thanks in advance,
    Alan

  2. #2
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Use an anchor. At the top of the page have the text that you are going that you want them to go back to put <a name="name">text</a>. Then at the bottom of the page insert
    <a href="#name">Return to top of page</a>

    JF

  3. #3
    Join Date
    Oct 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks mate, it works a treat!

  4. #4
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Another way would be to just make a link to the same page. That will load the page as if it was a new one, and automatically the browser would return to the top of the page.

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
  •