How to make the usernames of a group show in bold.

Darlixus

New Member
I'm running a vB 3.8.1, I'd like to know how to make the usernames of a certain group to show in bold.

Thanks in the advance!
 
<b> in first box then </b> in second box in the username html markup


so look something like this

Code:
<font color="blue"><b>
Code:
</b></font>
 
maester said:
<b> in first box then </b> in second box in the username html markup


so look something like this

Code:
<font color="blue"><b>
Code:
</b></font>

Worked, thanks ;)

Solved, you can close.
 
Back
Top