怎样去掉超链接的下划线?

5个月前 (10-14 22:52)阅读5回复0
xx
xx
  • 管理员
  • 注册排名6
  • 经验值131235
  • 级别管理员
  • 主题26247
  • 回复0
楼主

实现办法很简单,在源代码的<head>和<head>之间加上如下的CSS语法控造:    <style type="text/css">   <!--   a:link { text-decoration: none;color: blue}   a:active { text-decoration:blink}   a:hover { text-decoration:underline;color: red}    a:visited { text-decoration: none;color: green}   -->    </style>

0
回帖

怎样去掉超链接的下划线? 期待您的回复!

取消