quote:
Originally posted by CookieRevised
the easiest and cleanest solution for the "colored underline"-problem is (this is even without altering the CSS):
instead of:
<a href="blahblah"><font color="green"><b><i>WDZ</i></b></font></a>
do:
<a href="blahblah" style="color: green"><b><i>WDZ</i></b></a>
I know, but doing that isn't as simple as editing a template. MyBB has a function for username coloring, so the <font> tags come from that (and are added to the username before evaluating the template), and the <a> tags are usually in the template. I'd have to make sure the <a> tags are inside the <font> tags for all the places where this "problem" occurs, and to be honest, I couldn't care less if the underline is the wrong color.