Results 1 to 5 of 5

Thread: i do not know the name

  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default i do not know the name

    i want a code like Microsoft has when you go to this site http://www.microsoft.com/downloads/d...n#RelatedLinks and you click on any button like Overview and when you click it it takes you down to Overview when you click the link at top of the page i need it for my website. If you do not know what i am trying to say go to the website and click Overview or Quick Details or any of them and then you will see and know what i am talking about. I need that code.

    Please visit my website at

    http://www.myhomebase.yolasite.com

  2. #2
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    Have an element with an ID, like so:
    HTML Code:
    <h3 id="downloads">Downloads</h3>
    And then have a like that goes like this:
    HTML Code:
    <a href="#downloads">Downloads</a>

  3. #3
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i need help i did not get that at all

  4. #4
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    where do i put these codes at?

  5. #5
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Here is a short tutorial that might help you http://www.hypergurl.com/anchors.html

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
  •