022.html   [plain text]


<head>
<style>
<!--table {}
td
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:black;
	font-size:9.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Helvetica;
	text-align:general;
	vertical-align:bottom;
	border:none;
	white-space:nowrap;}
.xl31
	{font-weight:700;
	text-align:left;}
.xl32
	{text-align:left;}
.xl33
	{font-size:9.0pt;
	font-family:Courier;
	text-align:left;}
-->
</style>
</head>
<table style="table-layout:fixed">
    <tr><td width=0></td><td width=0></td></tr>
    <tr><td width=0>[this should not overlap]</td><td>[with this, since the table is auto width]</td></tr>
</table>


<table style="width:600px;table-layout:fixed">
    <tr><td width=0></td><td width=0></td></tr>
    <tr><td width=0>[this should not overlap]</td><td>[with this]</td></tr>
</table>

<table border=0 cellpadding=0 cellspacing=0 width=600 style='border-collapse:
 collapse;table-layout:fixed'>
  <tr height=4>
  <td class=xl31 width=0></td>
  <td class=xl33 width=0></td>
  <td class=xl32 width=0></td>
  <td class=xl32 width=0></td>
  <td class=xl32 width=0></td>
  <td class=xl32 width=0></td>
 </tr>
 <tr height=14>
  <td height=14 class=xl32></td>
  <td class=xl32></td>
  <td class=xl32></td>
  <td class=xl32>[should not]</td>
  <td class=xl31>[overlap]</td>
  <td class=xl33>[at all, since width=0 is ignored]</td>
  <td class=xl32></td>
 </tr>  
   </table>

</body>