Log in

View Full Version : is there a mod to change coliur of usergroups?


upromotion
10-12-2009, 08:32 PM
Hi all

Is there a mod so all our usergroups are a different color?

Would love any help on this.

Lynne
10-12-2009, 08:37 PM
Usergroup Manager > Edit Administrators > Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[opening tag]username[closing tag]

Some HTML tags you might want to use here include:

<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username

You can also do combinations by using more than one attribute in the style property:

<span style="font: 20px verdana; color: red;">username</span> = username

upromotion
10-12-2009, 08:57 PM
Hi Lynne

Thank you for that, I did a little playing around once i made this post and found it out.

Thanks Once Again
Steve