3-c-table

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
egturnkey
Forum Commoner
Posts: 34
Joined: Sun Jul 26, 2009 7:35 pm

3-c-table

Post by egturnkey »

Hello Friend,

can anyone please help me how to make such table that has 3 (1 + 3x2 )


i'm not asking for style or color or space i just asking about the code meks such structure

thanks in advance


FIXED....

Code: Select all

 
 
<table width="586" height="60" border="1" cellpadding="2" cellspacing="2">
  <tr>
    <td width="273" height="20">&nbsp;</td>
    <td width="142">&nbsp;</td>
 
  </tr>
  <tr>
    <td height="20">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="20">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
 
 
THREAD TO BE CLOSED ... THANKS
Post Reply