I commented the mistakes I see and got rid of the tab formatting so 
it doesn't all wrap.

<table border="1" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="145">&nbsp;</td>
<td>
<table width="620" border="1" cellspacing="0" cellpadding="0">
<tr valign="top">
<td>Bob</td> <--- Make this colspan=3 or add 2 more cells to this row
</tr>
<tr valign="bottom">
<td width="10">&nbsp;</td>
<td width="400">Bob</td>
<td width="210" align="right">&nbsp;</td>
</tr>
<tr>
<td width="4">&nbsp;</td> <--- Why is this closing td tag here? 
Again, needs 2 more rows or a colspan. Width should add up to 620.
<table width="616">
<tr>
<td width="616" colspan="2" nowrap>
Test
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>

-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to