<HTML>
<head><Title>Example For colspan</Title></head>
<BODY>
<table bgcolor="white" width="593" border="1">
<tr>
<th colspan="3"> tHeader (3 cells spanned)</th>
<th height="79" >Second Header</th>
</tr>
<tr>
<td height="79">Cell 1 content</td>
<td height="79">Cell 2 content</td>
<td height="79">Cell 3 content</td>
<td height="79">Cell 4 content</td>
</tr>
</table>
</BODY>
</HTML>
|