so please i need help
- Code: Select all
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="159" align="left" valign="top" style="background-color:#F00">first td</td>
<td width="460" class="middle" valign="top" style="background-color:#FF0">second td</td>
<td width="180" rowspan="2" valign="top" style=" background-color:#ff0000"><p>third td which contains rowspan =2 </p>
<p> </p>
<p>to let it finish with the footer</p></td>
</tr>
<tr>
<td height="60" colspan="2" align="left" valign="top" style="background-color:#C60"><br />
new tr that contains colspan = 2
<br />
&copy 2002 -
2010
, All Rights Reserved. </td>
</tr>
</table>
please help me i need to fix my problem quickly


