View Full Version : Colours in admim
cricko
09-10-2008, 04:24 PM
This is probably a dumb question but how do I change the colours of my site owners (who I want in Red) and my mods, who I want In Green from the normal blue list of members that is shown at the bottom of our forum?
www.shrimperzone.com
Ta .
John.
Lynne
09-10-2008, 04:26 PM
Usergroup Manager > select usergroup to edit > Username HTML Markup
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
cricko
09-10-2008, 04:29 PM
Thanks very much Lynne...X
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.