日期:2014-05-17 浏览次数:20701 次
引用: -------------------------------- <html> <head> <title>wrap属性研究</title> <meta http-equiv="Content-Type" content="text/html;; charset=gb2312"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p>测试字符串:</p> <p>我终于明白,我其实有一条韧性十足的命,它远比我想象中的那条命结实得多、耐磨的多……</p> <p>单元格未设置nowrap属性的空表:</p> <table width="100" border="1" cellspacing="0" cellpadding="0"> <tr> <td> ;;</td> </tr> </table> <p>加入测试字符串:</p> <table width="100" border="1" cellspacing="0" cellpadding="0"> <tr> <td>我终于明白,我其实有一条韧性十足的命,它远比我想象中的那条命结实得多、耐磨的多……</td> </tr> </table> <p>单元格设置了nowrap属性,未设置width属性:</p> <table width="100" border="1" cellspacing="0" cellpadding="0"> <tr> <td nowrap>我终于明白,我其实有一条韧性十足的命,它远比我想象中的那条命结实得多、耐磨的多……</td> </tr> </table> <p>单元格设置了nowrap属性,也设置了width属性:</p> <table width="200" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="120" nowrap>我终于明白,我其实有一条韧性十足的命,它远比我想象中的那条命结实得多、耐磨的多……</td> <td> ;;</td> </tr> </table> </body> </html> ----------------------------------
引用: -------------------------------------------- <TABLE cellSpacing=0 cellPadding=0 width="100%" border=1 bordercolor="#A5C9CE"> <TBODY> <COLGROUP> <COL bgColor=#ffffff align=middle width=104> <COL class=text105 bgColor=#ffffff width=* nowrap> <COL class=text9 bgColor=#f7fcff align=middle width="14%"> <COL class=ef bgColor=#ffffff align=middle width=18% nowrap> <COL align=middle width=10% nowrap> <TBODY> <TR class="row1" align=middle bgColor=#49a7db height=20> <TD><NOBR></NOBR></TD> <TD><font color="#004d69"><b>主题</b></font></TD> <TD><font color="#004d69"><b>主题数|回复数</b></font></TD> <TD><font color="#004d69"><b>最后发表主题</b></font></TD> <TD><font color="#004d69"><b><NOBR>版 主</NOBR></b></font></TD> </TR> <TR> <TD class="row1"><img src="forumData/logo/logo112.gif"></TD> <TD valign="middle" class="row2" onmouseover="javascript:this.style.backgroundColor='#E9F4F7';;" onmouseout="javascript:this.style.backgroundColor='#f4f4f4