我在一些列中有表格,文本分成两行。我想减小 td 文本破坏的字体大小。我不知道从哪里开始为这个问题编码http://jsfiddle.net/WZNPx/
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>sdfasdfas asdfasf asdfsaf </td>
<td>adfafdafd adfasdf afasdf sdfsadfasasdfa sdf asdfsafd adfaf</td>
<td>adfasf</td>
</tr>
</table>