How to make cells equal sizes in a table with diffrent entries

Discussion in 'HTML & Website Design' started by pedong, Jun 5, 2008.

  1. #1
    I made a table and it automatically resize depending on its content.. How can I make all cells look equal sizes? Please help.. thank you in advance
     
    pedong, Jun 5, 2008 IP
  2. 50plus

    50plus Guest

    Messages:
    234
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <table width="100%">
    <tr>
    <td width="50%">abc</td>
    <td width="50%">def</td>
    </tr>
    </table>
     
    50plus, Jun 5, 2008 IP
  3. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Specify widths for each <td> tag.
     
    Dondon2d, Jun 5, 2008 IP
  4. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Want a really good design. Give up with tables - switch to divs/css.
     
    BANAGO, Jun 6, 2008 IP