Jump to content

small table layout problem


87dave87

Recommended Posts

Take a look at:

 

<table width="600" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="2" width="300"> </td>
    <td colspan="2" width="300"> </td>
  </tr>
  <tr>
    <td width="150"> </td>
    <td width="150"> </td>
    <td width="150"> </td>
    <td width="150"> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td colspan="2"> </td>
    <td colspan="2"> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
</table>

 

you just have to re-size the top columns

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.