PDA

View Full Version : DIfferent Color for Different usegroup


Skyline_GT
07-19-2004, 06:25 PM
Like the title. different color for different usergroup.

THanks.

defi
07-19-2004, 06:43 PM
Go to the admin cp; Usergroups > Usergroup Manager > Select which user group (edit usergroup)

In the "Username HTML Markup" put this first code in the first form;

<font color="#HEXCODE">

in the second one put

</font>

don't forget to replace #HEXCODE with the color you want

dcarr
07-20-2004, 01:39 AM
you can also use color name rather than hexcode, but that is more limited

defi
07-20-2004, 03:57 AM
you can also use color name rather than hexcode, but that is more limited
But of course... It's not very effective though.

Much Regards,

Jonathan

Tony G
07-20-2004, 05:40 AM
Just search for a color chart on google and you'll find the color you want, and be presented with the hexcode. Easiest way to obtain the number.