logo
Already a member? Login here

Adding an In document named anchor link (1 post)

Topic tags: anchor link same page, anchor text, text link same page
  • Profile picture of Terry Hall Terry Hall said 8 months, 2 weeks ago:

    Use: Adding a hyperlink to a specific location on the same page or document.

    First: The jump to location:
    <a name="jump1">Jump to location #1</a>

    Second: Create a link to the “Jump to location #1″ inside the same document:
    <a href="#jump1">Click here to jump to location #1</a>

    OR Or, create a link to the “Jump to location #1″ from another page:
    <a href="http://www.yoursebsitename.com/page-post-name#jump1">Click here to jump to location #1</a>

©2012 wp4b.com