View Single Post
  #1   IP: 218.2.28.203
Old 2007-02-19, 09:56 AM
yahoo yahoo is offline
高级会员
 
Join Date: 2006-04-05
Posts: 165
yahoo 正向着好的方向发展
Default 文章标题的的下划线如何去掉?

附加CSS

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