PDA

View Full Version : User In Colour & Bold


Devil Woman
09-07-2005, 09:46 PM
I know how to make it so that a users name will show up in colour on the who's online bit at the bottom but I was wondering how I can make it so that some will show up in bold, strike out, italic and colour?

I know this is the code that you use in the html markup when changing the colour

<font color="red"> </font>

what would I need to add in there to make the font either bold or italic or strike out?

Thanks for your help

Devil Woman
09-11-2005, 11:28 AM
Does anyone know anyway of doing this at all?

Thanks

DannyMilner
09-11-2005, 02:48 PM
Okay.

Edit the user group,

For bold

<b><font color="red"> in the first part.

Then </b> in the second part.

Is that what you wanted?

Quillz
09-11-2005, 08:19 PM
I think a strikethrough is <font style="line-through">

Devil Woman
09-18-2005, 08:55 PM
The bold one worked great thanks alot, strike through one doesnt seem to though :(

Where about would you add the code for the strike through?