gpt4 book ai didi

php - CSS 用 "..."打断长文本

转载 作者:行者123 更新时间:2023-11-28 18:10:09 25 4
gpt4 key购买 nike

我正在尝试使用 text-overflow:ellipsis<td>里面标签,但它只支持 <div>标签。

支持 <td> 的想法标签?

检查我要做什么 http://phpresult.com/source/share/L9F71379328772

最佳答案

我已经通过使用 max-width 找到了解决方案

<style> 
.test
{
white-space:nowrap;
text-overflow:ellipsis;
max-width: 100px;
overflow:hidden;
border:1px solid #000000;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td class="test">
This is the Long text only applied to div tag
</td>
</tr>
</table>
</body>

关于php - CSS 用 "..."打断长文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18826259/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com