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
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.
do you mean like this?
Code:<table width="586" height="60" border="1" cellpadding="2" cellspacing="2"> <tr> <td width="273" height="20"> </td> <td width="142"> </td> <td width="143" rowspan="3"> </td> </tr> <tr> <td height="20"> </td> <td> </td> </tr> <tr> <td height="20"> </td> <td> </td> </tr> </table>
egturnkey (10-03-2009)
thanks davelf
it is just as i want ...
Bookmarks