在DW为什么文字插入超链接就变染色了

来源:百度知道 编辑:UC知道 时间:2024/05/21 22:44:42

超连接文字需要设置,不设置默认的就是兰色,点击后暗红色,有下划线,超连接图片有狂,具体设置用CSS.代码如下:
a:link { text-decoration: none;color: black}
a:active { text-decoration:black}
a:hover { text-decoration:underline;color: black}
a:visited { text-decoration: none;color: black}
img{border:0px}
之上的连接都是黑色,没有下划线,图片没有框.