沉默暴风

 

JSTL之标签的nowrap属性

nowrap 属性规定表格单元格中的内容不换行。

实例

<table border="1">
  <tr>
    <th>Poem</th>
    <th>Poem</th>
  </tr>
  <tr>
    <td nowrap="nowrap">Never increase, beyond what is necessary, the
number of entities required to explain anything
</td>
    <td>Never increase, beyond what is necessary, the number of entities
required to explain anything
</td>
  </tr>
</table>

posted on 2010-08-19 11:28  沉默暴风  阅读(194)  评论(0)    收藏  举报

导航