How do you add...

C2j

New Member
A crown next to your username? Like this

2jg1phl.jpg


Thanks in advanced.
 
Html Markup.. You do this the same way as you change Colored Username For Usergroups.. Just instead, you put a html code for picture before the color code.
 
Error 404 said:
Html Markup.. You do this the same way as you change Colored Username For Usergroups.. Just instead, you put a html code for picture before the color code.

Don't know how to add color.

ChopSuey said:
HTML Markup Added <img src=http://www.image.com/image> (First Box) </img> (Second Box)

That's kinda confusing. And when I did that, I have a blue box around the crown. :/
 
Blue Box Around The Crown? Did You Save Their Image?
If You Used Save Image As, It Would Show The Box.
Adding Username HTML Markup:

Code:
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
 
Blue Box Around The Crown? Did You Save Their Image?
If You Used Save Image As, It Would Show The Box.
Adding Username HTML Markup:

Code:
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
 
Back
Top