一个小问题
怎么把超链接的文字上的下划线去掉
晕,这种问题也到ASP版来问呀.
用CSS: text-decoration:none
a:link {text-decoration:none;color:#0000FF; font-size: 9pt} a:visited {text-decoration:none;color:#666633; font-size: 9pt} a:active {text-decoration:none;color:#ff0000; font-size: 9pt} a:hover {text-decoration:underline overline;color:#ff0000; font-size: 9pt}
我忘了怎么搞了 我记得我搞过但忘记拉
现在知道它属于html 也知道怎么弄拉