gpt4 book ai didi

html - 如何在没有额外间距的情况下将 mailto 添加到句子中?

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

我有一个简单的句子。

-如需更多信息,请发送电子邮件至 adopt@bc-rescue.com。

我需要那句话是常规文本,不可点击,直到我到达“adopt@bc-rescue.com”然后我需要它是可点击的并打开你的电子邮件。

我试过这样编码:

<p id="email">For further information, email <a href="adopt@bc-rescue.com">adopt@bc-rescue.com</a>.</p>

我遇到的问题是,当我打开网站时,“电子邮件”和“adopt@bc-rescue.com”之间存在巨大差距,而且看起来不太好。我如何在没有间隙的情况下编码?

这是我会在 CSS 中做的事情吗?

再次感谢!

最佳答案

在 anchor 标记中应用内联样式以删除 anchor 标记中的任何边距/填充:

<a style="margin-left: 0px; padding-left: 0px;" href="adopt@bc-rescue.com">adopt@bc-rescue.com</a>

这将有助于避免在您的页面/应用程序的其他地方打扰样式。

关于html - 如何在没有额外间距的情况下将 mailto 添加到句子中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26602033/

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