javascript
Brief description  about Online courses   join in Online courses
View Deepika D S 's Profile

merging

hi plz let me know how to merge cells vertically(i mean to say how to merge columns) in table..waiting for the reply soon
Asked by Deepika D S | Aug 16, 2012 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

Please go through this code
<table width="415" border="1">
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td rowspan="2">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

Regards
Aug 16, 2012