gpt4 book ai didi

asp.net -
的间距问题

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

<div class="w-box-header" style="text-align: right;">
<div class="footer-text">
My Support Representative
</div>
<div>
<asp:Label ID="mcr_Name" runat="server" Text="Test Joe" /><br />
<asp:Label ID="mcr_email" runat="server" Text="mailto@gmail.com" /><br />
<asp:Label ID="mcr_phone" runat="server" Text="P: (800) 555-5555 ext. 143" /><br />
<asp:Label ID="mcr_fax" runat="server" Text="F: (555) 555-5555" />
</div>
</div>

<br>导致在标签上方/下方放置大量空间。有什么方法可以覆盖此间距并让它们彼此正下方吗?

看起来像这样:

测试乔

mailto@gmail.com

电话:(800) 555-5555 分机号。 143

女:(555) 555-5555

如何强制这样:

测试乔
邮箱@gmail.com
电话:(800) 555-5555 分机号。 143
女:(555) 555-5555

最佳答案

使用 div,并删除 BR

  <div class="w-box-header" style="text-align: right;">
<div class="footer-text">
My Engagex Support Representative
</div>
<div>
<div>
<asp:Label ID="mcr_Name" runat="server" Text="Test Joe" />
</div>
<div>
<asp:Label ID="mcr_email" runat="server" Text="mailto@gmail.com" />
</div>
<div>
<asp:Label ID="mcr_phone" runat="server" Text="P: (800) 555-5555 ext. 143" />
</div>
<div>
<asp:Label ID="mcr_fax" runat="server" Text="F: (555) 555-5555" />
</div>
</div>
</div>

关于asp.net - <br> 的间距问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13506050/

24 4 0
文章推荐: HTML:设置 4
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com