标签: html text limit
我有一个文字,我想在相应的宽度内只显示3或4行。我使用它但它只将文本限制为1行:
text-overflow: ellipsis; max-width: XXXpx; white-space: nowrap; overflow:hidden;
我怎样才能实现这一目标?
答案 0 :(得分:0)
在样式中添加height属性。
style="height:11em;"