But anyway back to the subject at hand. I thought that I would post this to help out those of you who seem to be having some trouble w/ your font, size, & color choices etc. Here is a simple screenshot pointing out how you can get to the BB Code Help.
Before you know it you will be able to do it from memory.
Click thumbnail below to enlarge.

Once you get the hang of the BB Color Code. You may want to expand your color horizon of the BB Code. This link will take you to a complete HTML True Color Chart.
Complete HTML True Color Chart
Tip: When applying the basic BB Color Code, available when posting on Bleeping Computer. It will look like this.
CODE
[COLOR=green]Hello[/COLOR]
Hello
When using the many choices within the Complete HTML Color Chart. It will look like this.
Instead of applying the name of the color as part of the code. Insert the numeric color code.
CODE
[color=#336633]Hello[/color]
Hello
When choosing a specific font, It will look like this.
CODE
[font=comic sans ms]Hello[/font]
hello
When you want to choose a specific size for your text. This is the BB Code to use.
CODE
[size=3]Hello[/size]
Hello
Now for creating bold text. Use this code when doing so.
CODE
[b]Hello[/b]
Hello
For italic text. Use this code.
CODE
[i]Hello[/i]
Hello
And last but not least, the code to underline text.
CODE
[u]Hello[/u]
Hello
Now let's use all of the above BB Code together.
CODE
[color=green][font=comic sans ms][size=4][b][i][u]This is how it will look prior to posting.[/u][/i][/b][/size][/font][/color]
This would be the outcome of applying all of the above code.
Note: When someone states that "tags" are not closed. They are speaking of applying BB Code incorrectly.
One other thing I'd like to mention is how to post a hyperlink/URL.
Hyperlink code:
CODE
[url=http://www.bleepingcomputer.com]Bleeping Computer.com[/url]
Bleeping Computer.com
You can use the BB Code in this also.
CODE
[url=http://www.bleepingcomputer.com][b][color=green]Bleeping Computer.com[/color][/b][/url]
Bleeping Computer.com
