I need Help for some HTML coding Table

Discussion in 'HTML & Website Design' started by djroxi, Sep 25, 2011.

  1. #1
    hi all friendz i need some help to creating table in html plzz go to my blog and see 1 image i submit 1 image to clearify this problem i need table to put ads under the live chanels or vedios see image on my blog
    wanttips4l83.blogspot com
     
    djroxi, Sep 25, 2011 IP
  2. mnehra

    mnehra Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <table border="1">
    <tr>
    <th>Name</th>
    <th>Roll no.</th>
    </tr>
    <tr>
    <td>haryy</td>
    <td>1</td>

    </tr>
    </table>


    ========
    try it...
     
    mnehra, Sep 26, 2011 IP