PDA

View Full Version : Need help


SooSweet16
02-23-2006, 04:36 PM
For myspace, how can u change your font when you comment someone's page or pic. how can u make it bold or underline? help me out thx. :)

MSS101
02-23-2006, 05:49 PM
BLAH BLAH BKAH
BLAH BLAH BLAH
BLAH BLAH BLAH

[b]BLAH BLAH BKAH[/b]
[i]BLAH BLAH BLAH[/i]
[u]BLAH BLAH BLAH[/u]

angel198561
02-24-2006, 08:11 AM
To change the font is really pretty easy....

To change Size

<font size='7'>Your Text Here</font>

To change Color

<font color='red'>Your Text Here</font

To change Face

<font face=script>Your Text Here</font>


When changing more than one thing write your code like this...

<font size='7' face=script color='red'>Your Text Here</font>

If you want to add bold to the text write your code like this...

<font size='7' face=script color='red'>Your Text Here</font>

If you want to add italic to the text write your code like this...

<font size='7' face=script color='red'>Your Text Here</font>

If you want to add both bold and italic write your code like this...

<font size='7' face=script color='red'>Your Text Here</font>