主题:  【新手问题】插入100%的表格,宽度却无法达到100%宽

saulzy

职务:普通成员
等级:1
金币:0.0
发贴:7
#12004/11/26 16:47:13

图片如下:

图1,上面的表格宽度是100%


图片如下:

图2,下面的表格宽度也是100%


我在DWMX的一单元格中插入一宽100%的表格1,表格1宽度正好扩充到单元格的宽度(图1)。可是当我再插入一宽为100%的表格2时,表格2的宽度却无法扩充到单元格的宽度(图2中黑色框选中的表格)

单元格及其两个表格代码如下:
<td width="389" valign="top"><table width="100%"  border="0">
        <tr>
          <td><div align="right"><img src="../images/tm.gif" width="252" height="19"></div></td>
        </tr>
        <tr>
          <td><table width="100%"  border="1" bordercolor="#CCCCCC">
            <tr>
              <td><table width="100%"  border="0">
                <form method="POST" action="http://www.paycenter.com.cn/cgi-bin/prevpp/CheckDomain">
							  <tr>
                  <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="389" height="39">
                    <param name="movie" value="../media/tm2.swf">
                    <param name="quality" value="high">
                    <embed src="../media/tm2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="389" height="39"></embed>
                  </object></td>
                </tr>
                <tr>
                  <td><img src="../images/register_08.gif" width="330" height="26"></td>
                </tr>
                <tr>
                  <td><table width="100%"  border="0">
                    <tr>
                      <td width="33%"><img src="../images/search1.gif" width="89" height="14"></td>
                      <td width="11%"><strong><FONT 
                                face="Arial, Helvetica, sans-serif">www.</FONT></strong></td>
                      <td width="33%"><INPUT 
                                name=Domain class=input1 size=18 maxlength="63"></td>
                      <td width="23%"><input name="B1" type="submit" class="button" id="B1" value=" 搜 索 "></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td><TABLE height="100%" cellPadding=3 width="100%" 
                                border=0>
                    <TBODY>
                      <TR class=E81 bgColor=#ffffff>
                        <TD><input type="checkbox" name="CheckBox" value=".com" checked>
                          .com</TD>
                        <TD><input type="checkbox" name="CheckBox" value=".net">
                          .net</TD>
                        <TD><input type="checkbox" name="CheckBox" value=".com.cn" checked>
                          .com.cn</TD>
                        <TD><input type="checkbox" name="CheckBox" value=".net.cn">
                          .net.cn</TD>
                      </TR>
                      <TR class=E81 bgColor=#ffffff>
                        <TD><input type="checkbox" name="CheckBox" value=".org.cn">
                          .org.cn</TD>
                        <TD><input type="checkbox" name="CheckBox" value=".gov.cn">
                          .gov.cn</TD>
                        <TD><input type="checkbox" name="CheckBox" value=".cn">
                          .cn</TD>
                        <TD><input type="checkbox" name="CheckBox" value=".biz" checked>
.biz
  <input type="hidden" name="Type" value="1"></TD>
                      </TR>
                    </TBODY>
                  </TABLE></td>
                </tr></form>
              </table></td>
            </tr>
          </table></td>
        </tr>
      </table>
        <table width="100%"  border="0">
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table></td>




请问:
1、是什么原因造成的?
2、怎么解决?
谢谢,不胜感激!