Quote:
Originally Posted by 1996 328ti
I am running into some problems.
I still don't see where to change the font color and remove the bold coding.
<font color="#228E8E"><b>
The thanks_bit only had <strong> coding.
I also have additional coding when a subscriber is is clicked on.
/forum/%5C%22member.php?u=2058\%22
|
You can add the font colour tags to the template. It currently uses your CSS for smallfont and strong:
HTML Code:
<span class="smallfont"><a href="member.php?$session[sessionurl]u=$contributer[userid]"><strong>$contributer[username]</strong></a></span>
You can simplify it by changing it:
HTML Code:
<a href="member.php?$session[sessionurl]u=$contributer[userid]">$contributer[username]</a>
Not sure about the special U tags you have. Do you have any hacks or something different in your forum?