如何能让<td>中的内容不自动换行,当<td>显示不下的时候,就显示成省略号......
<table>
<tr>
<td style="50%">
what are you doing
</td>
<td style="20%">
this is widget
</td>
<td style="20%">
that's right
</td>
<td style="10%">
debugging
</td>
</tr>
<table>
如何能让<td>中的内容不自动换行,当<td>显示不下的时候,就显示成省略号......
或者就不显示余下内容了
------解决方案--------------------
<td height="45" align="center"><SPAN style="width:100px;overflow:hidden;text-overflow:ellipsis;"><NOBR>啊啊啊啊啊啊啊啊啊啊</NOBR></SPAN></td>
试试。