ACP >> Styles & Templates >> Style Manager >> Choose Style >> Main CSS >> Body
Normal Links CSS >> Text Decoration: none
Visited Links CSS >> Text Decoration: none
Hover Links CSS >> Text Decoration: none
Open
include/class_bbcode.php
find:
PHP Code:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
replace with:
PHP Code:
return "<a href=\"$rightlink\" target=\"_blank\" style=\"border-bottom: 1px dotted;\" />$text</a>";