Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Create links to sections

This is a discussion on Create links to sections within the Html forums, part of the Programming Talk category; Hi Friends, How to create links to sections? i need to put links on the same page in HTML? regards ...

  1. #1
    seenu01 is offline Junior Member Array
    Join Date
    Feb 2006
    Answers
    11

    Create links to sections

    Hi Friends,

    How to create links to sections? i need to put links on the same page in HTML?


    regards
    Seenu01


  2. #2
    Limca is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    21
    Use like this


    PHP Code:
    <html>
    <
    body>

    <
    p>
    <
    a href="#C4">See also Chapter 3.</a>
    </
    p>

    <
    h2>Chapter 1</h2>
    <
    p>This chapter explains ba bla bla</p>

    <
    h2>Chapter 2</h2>
    <
    p>This chapter explains ba bla bla</p>

    <
    h2>Chapter 3</h2>
    <
    p>This chapter explains ba bla bla</p>

    <
    h2><a name="C4">Chapter 4</a></h2>
    <
    p>This chapter explains ba bla bla</p>

    <
    h2>Chapter 5</h2>
    <
    p>This chapter explains ba bla bla</p>

    </
    body>
    </
    html



Latest Article

Network Security Risk Assessment and Measurement

Read More...