1. 论坛系统升级为Xenforo,欢迎大家测试!
    Dismiss Notice

文章标题的的下划线如何去掉?

Discussion in '源码讨论' started by giggs, Mar 24, 2007.

  1. giggs

    giggs New Member

    Joined:
    Mar 3, 2007
    Messages:
    25
    Likes Received:
    0
    附加CSS

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