在 HTML 中实现空格
如何在 HTML 中实现空白(放置在链接之间)?
布鲁诺
How do I implement a white space (to put between links) in HTML ?
Bruno
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 HTML 中实现空白(放置在链接之间)?
布鲁诺
How do I implement a white space (to put between links) in HTML ?
Bruno
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
常见答案:使用不间断空格,通常编写为 HTML 实体
CSS 答案:向样式表中的链接添加填充或边距。
Common answer: Use a non-breaking space, which is generally written as a HTML entitity
CSS answer: Add padding or margin to the links in your stylesheet.
您可以使用html代码
这将创建一个不间断的空格,您可以添加多个
但我建议您使用CSS进行定位。
You can use html code
This will create a non breaking space, you can add multiple ones
But i suggest you use CSS for positioning.
使用 CSS 将空白设置为保留: http://xhtml.com/en/css /参考/空白/
Set white-space to Preserve using CSS: http://xhtml.com/en/css/reference/white-space/
您应该能够使用 css 设置左右边距。尽管如果链接内联显示(默认情况下),垂直边距将不起作用。
You should be able to set left and right margins using css. Although vertical margins won't work if the link is being displayed inline (which it is by default).
尝试使用不间断空格:
Try using a non-breaking space: