<a> tag starts a new line with overflow: hidden</a>

时间:2015-03-17 14:44:22

标签: html css

我想知道是否有办法防止<a>代码占用2行。我把它放在<span>中,我已经将溢出设置为隐藏,文本溢出设置为省略号,最后的结果是链接在末尾被切换为'...',但链接的其余部分在它下面开一个新行。有没有办法用“...”结束链接并忽略其余部分?

1 个答案:

答案 0 :(得分:1)

这应该这样做。

a{white-space:nowrap}