PDA

View Full Version : Bold usernames



Xelp
17-07-2006, 11:19 AM
I tried to get the code in admincp via that ? sign but there just not the ones i want.

Does anyone know the code so that admins have bold red usernames?

and registered and elites have normal names?

the wombats
17-07-2006, 11:20 AM
What type of forum?

tbh imo no m8
17-07-2006, 11:22 AM
On vbulletin in the html markup use the

bold Tags :D

Unpredictible.1
17-07-2006, 11:27 AM
<B> name </B>

<COLOR=RED>"red">/COLOR<

Umm sumthing like that lol

Disaronno
17-07-2006, 12:22 PM
If its VB
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:

[openning 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

And if its Invision:
<span style='color:(put color here)'><b> 1st Box
</span></b> 2nd Box

Xelp
17-07-2006, 02:49 PM
If its VB
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:

[openning 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

And if its Invision:
<span style='color:(put color here)'><b> 1st Box
</span></b> 2nd Box

I want the code like?:

<Soab style=font red:bold </span>

so i just have 2 insert it.

Disaronno
17-07-2006, 03:31 PM
<span style='color:( put color here )'><b> 1st Box
</span></b> 2nd Box

---MAD---
18-07-2006, 11:30 AM
Edit administrator user group.

In the markups first box put:

<font color="red"><b>

In the second markup box put:
</font></b>

Have fun :)

Want to hide these adverts? Register an account for free!