Quote:
Originally Posted by warnmar10
I would like to remove the underlines from the list of usernames. I'm assuming something like change rel="nofollow" to rel="nofollow" style="text-decoration:none;"
Which template does this use?
|
It doesn't use a template to build that, it's coded in the plugin itself.
PHP Code:
$whotoday .= "<a rel=\"nofollow\" ";
Edit the above line.