Bah!

I was batting your html around with mine
back... forth... back... forth...
trying to figgure out how they are different (nestled table wise)

finally I noticed that I didn't put a <tr> to start a new row and had a <td
colspan = "2"> inside one of my nested tables that only had one column
(wouldn't hurt anything but i fixed it)

aside from those two quirks I had used the same method you had described,
unless i'm mistaken.

this is how i'm doing it:
<table>
<tr>
<td></td>
<td><Table><tr><td></td></tr></table></td>
<td></td>
</tr>
<tr>
<td></td>
<td><Table><tr><td></td></tr></table></td>
<td></td>
</tr>
</table>

vs the way you showed me:
<table>
<tr>
<td><table><tr><td>Left Outer</td></tr></table></td>
<td><table><tr><td>Left Outer</td></tr></table></td>
</tr>
</table>
  
right?
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to