View Full Version : color member and other
varlier
12-11-2010, 12:04 PM
hello how to put members and other groups with a color I seek and I find it, thank you to you
Lynne
12-11-2010, 02:37 PM
I'm guessing you are thinking of Username HTML Markup.
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.