how to change the colors of usernames put into certaint user groups

ok.. go to
User groups-> Usergroup Manager -> "Edit the user group you want" -> Username HTML Markup -> "<span style="color: #FF0000;">" in the first box and "</span>" in the seccond box.
edit the orange part to change the colour.
 
Go to admincp...
Then usergroup option...
Code:
http:// YOUR SITE... /admincp/usergroup.php?do=modify

attachment.php




attachment.php

In first field
Code:
<font color="red">
and in second field

Code:
</font>
for making the user name BOLD....


Code:
<font color="orange"><b>
and in second field

Code:
</b></font>

save the setting...
You have done ...
Happy new year...:)
 
Back
Top