gpt4 book ai didi

html - CSS HTML 如果句子的末尾被浏览器缩放强制分开,则使句子/页面元素在新行开始

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

我有一个 ASP.net 应用程序,但我需要一些 html 和 css 方面的帮助。所以我得到了一些文本,后面跟着一些按钮和更多文本,现在我希望所有这些按钮在一个元素脱离页面时跳转到下一行。

<p> Lorum ipsum ...
<asp:Button ID="Button1" allotherrequiredatts=""/>
<asp:Button ID="Button2" allotherrequiredatts=""/>
<asp:Button ID="Button3" allotherrequiredatts=""/>
more text </p>

enter image description here

我通过添加 <br> 来操纵最后的结果代码中的标记。

那么是否有好的 CSS 或 HTML 技巧可以实现这一点。

最佳答案

White-space nowrap 应该这样做:

<p> Lorum ipsum ...
<span style="white-space: nowrap;">
<asp:Button ID="Button1" allotherrequiredatts=""/>
<asp:Button ID="Button2" allotherrequiredatts=""/>
<asp:Button ID="Button3" allotherrequiredatts=""/>
</span>
more text </p>

关于html - CSS HTML 如果句子的末尾被浏览器缩放强制分开,则使句子/页面元素在新行开始,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26609576/

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