Here is the second example (with spacers). I am pulling the spacers from my server....so make your own spacers for your site. Again, just cut & paste this into a clean DW window. If you still need help, let me know.
Hope this clarifies a bit......
Crispy
<html>
<head>
<title>Crispy's 100% Example 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="4" cellspacing="0" cellpadding="0" bordercolor="#FF0000" height="189" align="center">
<tr>
<td align="center" valign="top">
<table width="100%" border="1" cellspacing="0" cellpadding="0" align="center" height="100%" bordercolor="#0000FF">
<tr>
<td width="150" bgcolor="#FFFF33">
<div align="center"><img src="
width="150" height="1"><br>
COLUMN 1 = 150pixels</div>
</td>
<td bgcolor="#99FF99">
<div align="center">
<p><img src="
width="340" height="1"><br>
column 2 = no width set so it will stretch...</p>
<p>Notice when you shrink the window to smaller than 640pixels,
the table stops shrinking. I purposefully made the spacer white
so that you could see it in the table. Normally, you would make
it transparent so that it would not be seen in the table..</p>
</div>
</td>
<td width="150" bgcolor="#FFFF00">
<div align="center"><img src="
width="150" height="1"><br>
column 3 = 150 pixels</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
The red bordered table is the outermost table, the blue bordered table is the
"nested" table
</body>
</html>