标签在 Tumblr 中带有下划线,但不明白为什么没有......在 css 中没有
我制作了这个 Tumblr 博客
(目前只是一个外壳),我从我的网站获取了顶部导航并将其复制到 tumblr 代码中,使我的博客与我的网站具有相同的外观(除非有人可以推荐一种更好的方式)做吗?)
无论如何,导航链接都显示有下划线,我使用 firebug 查看了所有外部 css 和内联 css,但仍然不明白为什么这是任何想法?
预先感谢
山姆
ive made this Tumblr blog
(its just a shell at the moment) and ive got my top nav from my website and copied it into the tumblr code to give my blog the same look as my website (unless any one can recomend a better way of doing it ?)
Any way the nav links all appear underlined ive looked all through the external css and the inline css using firebug but still cant see why this is any ideas ?
Thanks in advance
Sam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,链接带有下划线。
如果您想摆脱它,请定位您的
a
标记并设置text-decoration: none;
Links are underlined by default.
If you want to get rid of it, target your
a
tags and set thetext-decoration: none;