Page is a not externally linkable
oddblob - 11:29 am on May 28, 2008 (gmt 0)
Edit: alternitvly use to create the blank cell in the middle at the first row of the table so it would be like this... <table cellpadding="4"> Hope One Of These Solutions Helps :)
I recomend tables using colspan and rowspan, you can looks these up on sites like w3schools.com. Im not completley sure of your layout but to get irregular tables like that i would try rowspan and colspan.
<tr>
<td valign="top">
Sent To: X@X.com
</td>
<td>
</td>
<td valign="top">
Sent By,
</td>
</tr>
<tr>
<td valign="top">
If you prefer...
</td>
<td valign="top">
Advertise ¦ Contact
</td>
<td valign="top">
Address 123..
</td>
</tr>
</table>