Table Code:
<table border="1" bordercolor="FF0000" bgcolor="CCCCFF" cellspacing="5" cellpadding="10">
<tr>
<td colspan="3">Cell 1</td>
</tr>
<tr>
<td rowspan="2">Cell 2</td>
<td>Cell 3</td>
<td>Cell 4</td>
</tr>
<tr>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
</table>
|
| Cell 1 |
| Cell 2 |
Cell 3 |
Cell 5 |
| Cell 4 |
Cell 6 |
|