1. To do smilies you have to type the right code in. For example, to make a
face you have to type
: ) (without the space). To make a :rpissed: face you have to type
:r pissed: (without the space). For a full list of smilies and their vBB code go here:
http://194.47.16.181/forums/misc.php?s=&action=showsmilies">vBB Smilies.
2 & 3. For differently colored and sized text you need to know the right HTML code. Lets say you wanted the text to be
red, you would have to type
< font color="#(hex code)"> (without the space).
For a full list of text color codes go here:
http://www.hypersolutions.org/pages/rgbhex.html">Doug\'s Color Chart.
To change the size of the text, type
< font size="#(size number)"> (without the space).
To close both those tags (in other words, to make the text back to its normal size) you have to type
< /font> (without the space).
So, here is an example paragraph:
Hi, I am using HTML code to change the color and size of this paragraph. HTML code is easy to learn and you can learn all the tags at http://werbach.com/barebones/barebones.html">Bare Bones Guide to HTML.