Results 1 to 3 of 3

Thread: 3-c-table

  1. #1
    Join Date
    Apr 2009
    Posts
    45
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default 3-c-table

    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
    Last edited by egturnkey; 10-03-2009 at 01:43 PM.

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    do you mean like this?
    Code:
    <table width="586" height="60" border="1" cellpadding="2" cellspacing="2">
      <tr>
        <td width="273" height="20">&nbsp;</td>
        <td width="142">&nbsp;</td>
        <td width="143" rowspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td height="20">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td height="20">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table>

  3. The Following User Says Thank You to davelf For This Useful Post:

    egturnkey (10-03-2009)

  4. #3
    Join Date
    Apr 2009
    Posts
    45
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default

    thanks davelf

    it is just as i want ...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •