Results 1 to 2 of 2

Thread: how to link to content on same page like example.com/index.php#help

  1. #1
    Join Date
    May 2007
    Posts
    9
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default how to link to content on same page like example.com/index.php#help

    Hello I know thats not a big question.
    How do i link to an area on same page like this. When you will click on a feature, it will take you down to that content on same page. hope its js but i m not sure

    thanks in advance

  2. #2
    Join Date
    Jan 2007
    Posts
    51
    Thanks
    2
    Thanked 3 Times in 3 Posts

    Default

    This should be under HTML

    This link:
    <a href="http://www.w3schools.com/html_links.asp#tips">
    Jump to the Useful Tips Section</a>


    Will jump to this part of the page:
    <a href="#tips">Jump to the Useful Tips Section</a>


    More info at: http://www.w3schools.com/html/html_links.asp

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
  •