How to make HTML table like this ?

Discussion in 'HTML & Website Design' started by domainsurfer, Apr 5, 2008.

  1. #1
    I am breaking my head to create a table structure like this. someone plz help.

    [​IMG]
     
    domainsurfer, Apr 5, 2008 IP
  2. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #2
    QiSoftware, Apr 5, 2008 IP
  3. veolive

    veolive Peon

    Messages:
    581
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <table width="250" height="72" border="1" cellpadding="0" cellspacing="0">
    <tr>
    <td height="50">&nbsp;</td>
    <td height="50" rowspan="2">&nbsp;</td>
    <td height="50" rowspan="2">&nbsp;</td>
    <td height="50" rowspan="2">&nbsp;</td>
    <td height="50" rowspan="2">&nbsp;</td>
    </tr>
    <tr>
    <td height="50">&nbsp;</td>
    </tr>
    </table>
     
    veolive, Apr 5, 2008 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0