PDA

View Full Version : usertitle markup for a usergroup


Telegon80
07-23-2006, 11:06 PM
i want to make their names red and bold.

<b><color=#FF0000>username</color></b>

is that correct?

Kirk Y
07-23-2006, 11:08 PM
<font color="red"><b> </b></font>

You could also use the HEX Code, but I think it's simpler just to type the color's name.

Telegon80
07-23-2006, 11:24 PM
thanks Kirk

Guest210212002
07-24-2006, 12:54 PM
Use CSS, it's a lot cleaner and more compliant.

Also if you hard-code it using font tags, if you add/change skins the colors of your usergroups will stay the same. Using CSS you can define the color as a markup name that will be global, but the color itself will be specific to whichever skin the user chooses.

https://vborg.vbsupport.ru/showthread.php?t=105598