PDA

View Full Version : how do I change user's name in different color?


bjf2k
06-05-2008, 05:46 AM
vb stand color is blue... i would like to change text,size, color for the user..like sponsor's username name..etc

thanks

Marco van Herwaarden
06-05-2008, 05:52 AM
You can set this in the Usergroup setting "HTML Markup".

bjf2k
06-05-2008, 06:06 AM
i did... but i dont know how to do it
i entered example: <span style="font: 20px verdana; color: red;">username</span>
and then the red color is in front of the username. how do I edit the color of username, not add something in the front of username.
http://fusionaw.com/test/test.jpg

Marco van Herwaarden
06-05-2008, 06:21 AM
You put:
<span style="font: 20px verdana; color: red;">in the first box, and
</span>in the 2nd.

bjf2k
06-05-2008, 06:43 AM
got it... thanks for the help. didnt know its that easy hehe