HOW TO GET FANCY COLORFUL TEXT ON PREGLY?

edited January 2012 in About App & Forum
HOW TO GET FANCY COLORFUL TEXT ON PREGLY?

COLORS:
<*font color=#HexCode>insert text<*/font>
<*font color=#CD1076>insert text<*/font>

REMOVE the * (asterisks) and you get....
insert text

I get my hex codes from here:
http://www.december.com/html/spec/colorshades.html

You don't have to use hex codes. You can also use the colors name.

Red <*font color="Red">insert text<*/font>
Green <*font color="Green">insert text<*/font>
Blue <*font color="Blue">insert text<*/font>

Don't foget to REMOVE the * (asterisks).

TEXT:
To bold a text is: <*b>insert text<*/b>
To italics a text is: <*i>insert text<*/i>
To underline a text is: <*u>insert text<*/u>
To strikeout a text is: <*del>insert text<*/del>

SIZE:
<*font size=1>insert text<*/font> Size 1
<*font size=2>insert text<*/font> Size 2
<*font size=3>insert text<*/font> Size 3
<*font size=4>insert text<*/font> Size 4

COMBINED:
<*font size="3" color="#9932CC"><*b>insert<*/b> <*i>text<*/i> <*u>here<*/u><*/font> will give you:
insert text here

CENTER:
<*center>insert text</*center>

Don't forget to remove the * (asterisks).
«1345

Comments

Sign In or Register to comment.