Css 在图标和一些图像下方获得一条奇怪的线,当在里面时<;a>;

Css 在图标和一些图像下方获得一条奇怪的线,当在里面时<;a>;,css,twitter-bootstrap,Css,Twitter Bootstrap,我有一个使用引导和jquery的MVC5网站。我在一些(不是全部)包含图像或图标的链接下面得到了这条奇怪的线,尽管我的css将文本装饰设置为“无”。我甚至在链接和img标记中添加了内联样式,但没有结果 <a style="text-decoration: none; margin-right: -20px;" href="/"> <img width="35" height="44" style="text-decoration: none;" alt="Fhlora Home

我有一个使用引导和jquery的MVC5网站。我在一些(不是全部)包含图像或图标的链接下面得到了这条奇怪的线,尽管我的css将文本装饰设置为“无”。我甚至在链接和img标记中添加了内联样式,但没有结果

<a style="text-decoration: none; margin-right: -20px;" href="/">
<img width="35" height="44" style="text-decoration: none;" alt="Fhlora Homepage" src="/Content/img/Fhlora_logo.png">
</a>

有什么想法吗

提前感谢…

用css试试这个

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; }

你有一个JSFDDLE或演示页面,我们可以看到这种情况发生吗?我会尝试看看是否能让它发生在一个小提琴我在半夜发生,我没有检查图像的文物。就这样。我觉得有点傻,没有先检查一下。