gpt4 book ai didi

html - 如何更改 td 宽度?

转载 作者:太空宇宙 更新时间:2023-11-04 04:46:30 25 4
gpt4 key购买 nike

http://serafimtsotsonis.com/dates.html

在此页面链接中,我想更改第一行,以便整个句子被拉长,并且“Serafim bla bla bla”不需要 3 行。这是因为我有 33% 的宽度限制。

我能做些什么,只在该行和句子中更改为只占用一行,就像其他人一样?

最佳答案

使用nowrap属性

<td nowrap="nowrap">

或者使用 css(更好,因为 nowrap 属性在 html 4.01 中被弃用并且在 html5 中不存在)

<td style="white-space: nowrap">

关于html - 如何更改 td 宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14407234/

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