hyperlink to a particular section of the webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kumarboston
    New Member
    • Sep 2007
    • 55

    hyperlink to a particular section of the webpage

    Hi All,
    I am new to html and written some code, one of my webpage has a hyperlink to another webpage over the internet, i want that when I click the hyperlink it directs me to the particular section of the page and not in the beginning of the page.

    Any help will be appreciated.
    thanks
    kumar
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    On the page you want to jump to, if it's, say a <p>, then make it <p id="jump"> and in your link make it <a href="www.examp le.com/yourpage.html#j ump>

    Comment

    Working...