Quote:
Originally Posted by KURTZ
Arco, no i haven't changed the html for the UG 2 ... but with my default skin the font color is yellow and into your legend is white ...
CHECK yourself ...
ps. i've this issue also onto the default vB skin ... :S
|
When I look at the html code on your site, the markup code for registered users are missing.
HTML Code:
<span style="color: DeepSkyBlue;"><b>[Administrators] </b></span><font color="#33cc00"><b>[Super Moderators] </b></font><font color="#c062ff"><b>[Moderators] </b></font>[Registered Users]
I suggest using something like this for the markup:
Opening HTML tag
<span style="font-weight: bold;color: blue;">
Closing HTML tag
</span>