how do i choose different colors for users
mean like newbie has one color
golden another color ext ext
For each group in "Username Style" Use this code
<span style="font-weight: bold;font: tahoma; color: #603000;">{username}</span>
dont edit {username}
for ehch group edit color code : #
603000
u need to do that on
ACP>Users & Groups>Groups>YourGroup>Username Style
Add this line there
<span style="font-weight: bold;font: tahoma; color: #603000;">{username}</span>