How do I add bold

Is 'crowns' a usergroup? If so you can use html in the usergroup permissions to do anything you want to the formatting of the name, otherwise you would have to do a hack to test for 'crowns' some way and manually add the formatting.
 
No I mean I have the user group administrator, and I want to make it in bold like if your in that group your user name turns to bold.

Example: Rune-Server - View Profile: Numbers
Theres a site for a demo/example and this is what I have in my usergroup
Code:
<font color='royalblue'><img src='admin2.gif' border=0>
Code:
</img></font>
.
 
first box html markup
Code:
<span style="font-weight: bold; color: 'royalblue';"><img src="http://thedirectoryoftheimage.com/">
then second box
Code:
<span>
 
Back
Top