2014-10-11 127 views

回答

0

我猜这是在HTML/CSS,只需使用

a { 
    text-decoration: none; 
    color: black; 
} 

在您的CSS。

0

一般的建议是,你不应该改变颜色和隐藏链接。

但是。尝试:

a { text-decoration: none !important; color: black; } 

在网页的CSS节(或任何CSS文件就进口):

<style type="text/css"> 
    ... 
</style>