F A Q
How can I seperate my paragraphs in my profile and messages?
You can use "<p>" to seperate you paragraphs. like:
my first paragraph.
<p>
my second paragraph.
How can I make a line break?
You can use "<br>" as line break. like:
my first line.
<br>
my second line.
How can I make spaces?
Use "<span> </span>" to make as many space as you like within it.
How can I change words color?
Use "<font color=red>your words</font>" to change your words's color to red and so on.
How can I change words size?
Use "<font size=14>your words</font>" to change your words's size to 14 and so on.
|