CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: anchor?

  1. #1
    Join Date
    Apr 2008
    Posts
    214

    anchor?

    There are some sites that I find that when you click on the link, it goes to another page, and then anchors down to the, for example, forum post that you wanted to look at. How can this be done?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: anchor?

    Code:
    <a name="#someID">Content goes here</a>
    Then, you just add #someID to the end of the URL.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: anchor?

    [ moved ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured