Forum : table
Brief description  about Online courses   join in Online courses
View Rashmi  kumari 's Profile

table

how can I merge two cells which belongs from different columns.ex-
cell1,cell2,cell3
cell4,cell5,cell6
cell7,cell8,cell9
here I want to merge cell3 and cell6.
Asked by Rashmi kumari | Jul 15, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

<table width="418" height="168" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">&nbsp;</td>
<td align="left" valign="top">&nbsp;</td>
<td rowspan="2" align="left" valign="top">&nbsp;</td>
</tr>
<tr>
<td align="left" valign="top">&nbsp;</td>
<td align="left" valign="top">&nbsp;</td>
</tr>
<tr>
<td align="left" valign="top">&nbsp;</td>
<td align="left" valign="top">&nbsp;</td>
<td align="left" valign="top">&nbsp;</td>
</tr>
</table>

Try this code hope this will help you.
Jul 15, 2010