PDA

View Full Version : where do i add bold??


SPEEDKILLZ
08-20-2012, 12:50 PM
trying to use the username markup but i want it bold. Here is the current code

<IMG SRC='smallbits/mod.gif' BORDER='0'><span style='color: green;' title='Mod'> </span>

Can someone tell me or show me where to add bold? Thanks

Disco_Stu
08-20-2012, 01:36 PM
You can add <b> before <span.... and then </b> after </span> and that will make any text within the span bold or you could also put the bold markup tags within the span itself on either side of the text you wish to make bold.

SPEEDKILLZ
08-20-2012, 01:37 PM
thank you sir