Monday, February 26, 2007, 4:41:22 PM, 辉飞 wrote:
> There is always an underline with pmwiki link. Sometimes I don't want this effect. Is
> there any way that I can remove it? Thanks.
try adding to pub/css/local.css (you may need to create the file
first):
a { text-decoration:none; }
Hans