Helpful Information
 
 
Category: vB4 Design and Graphics Discussions
User ID questions

How do I change the color and boldness of adnmins, mods, and sponsors to classify the difference between them and the regular members?

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

thanks! i got that to work on posting. but on the home page, at the bottom it just show the admins in red....whereas it should be red bold italic

Perhaps your css is incorrect. Exactly what did you put into the two boxes for the admins?

<span style="color: red;"font-weight: bold;"""font-style: italic;">

--------------- Added 1258831413 at 1258831413 ---------------

and the </span> in the second

That is incorrect.

<span style="color: red; font-weight: bold; font-style: italic;">

got it. thanks!










privacy (GDPR)