Usernames colours and pictures

ritz

New Member
Hey, well im really new to vbulletin started last week lol.

anyway i need to know how i can get my usernames for admins/mods etc.. too look like this :

123rn5.jpg

(image taken from a screenshot of Rune-Server)

i tried using html tags and such, but it didnt work right.


also the background of the picture must be transparent, so it works with any colour skin.


Thanks, Ritz
 
For Color Go To ACP>Usergroup>Usergroup Manager>Edit Usergroup>Username HTML Markup

In First Field Fill :<span style="color: #0000FF; font-weight:700"> Choose and fill any Hexa color of your choice in place of #0000FF
In Second Field Fill : </span>
 
add:
Code:
<img src="path/to/your/image.gif" border="0" alt="" />&nbsp;
after:
Code:
<span style="color: #0000FF; font-weight:700">

in the first html markup box
 
Back
Top