Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- How to format a form


oddblob - 11:29 am on May 28, 2008 (gmt 0)


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.

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">
<tr>
<td valign="top">
Sent To: X@X.com
</td>
<td>
&nbsp;
</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>

Hope One Of These Solutions Helps :)


Thread source:: http://www.webmasterworld.com/html/3655324.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com