Your first "Bob" line and the third blank line in the nested table are 
missing "colspan=3" in the TD tags.

What works for me is to set each table to a different width and border 
color. That way you can see what cells are in each table, where they are 
laid out, and any missing columns, etc.

John
P.S. I've attached the code with the colors, etc changed.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
         <title>Untitled</title>
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
bgcolor="#FFFFFF" text="#000000">


<table border="5" cellpadding="1" cellspacing="1" bordercolor="green">
         <tr valign="top">
                 <td width="145">&nbsp;</td>
                 <td>
                         <table width="620" border="3" cellspacing="1" 
cellpadding="1" bordercolor="blue">
                                 <tr valign="top">
                                         <td>
                                                 Bob
                                         </td>
                                 </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>
                                                 <table width="616" 
border="1" cellspacing="1" cellpadding="1">
                                                         <tr>
                                                                 <td 
width="616" colspan="2" nowrap>
                                                                         Test
                                                                 </td>
                                                         </tr>
                                                 </table>
                                         </td>
                                 </tr>
                         </table>
                 </td>
         </tr>
</table>                
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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