I need a bit of help aligning a table inside a table.
On this page you can see my red box, which I need to align to the top of the outer table with no borders or spaces, how would I do that?
Thats the code for the whole of the table setup so far.
Any help appreciated, thanks.
On this page you can see my red box, which I need to align to the top of the outer table with no borders or spaces, how would I do that?
Code:
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20" background="./images/border_l.gif"> </td>
<td width="700" height="500" bgcolor="#eaeaea"><p> </p>
<table align="center" border="0" cellspacing="0" cellpadding="0">
<td width="500" bgcolor="#ff0000" valign="top" >Hullo?</td>
</table>
</td>
<td width="20" background="./images/border_r.gif"> </td>
</tr>
</table>
Thats the code for the whole of the table setup so far.
Any help appreciated, thanks.