Basics
The most basic thing to learn is how BBCodes is inserted into your post. The start point of BBCodes using format [codes] and the ending is [/codes]. Normal text can be directly type in without codes. You can edit these in other text editing programs, but it is recommended to turn off Rich Text Editior first by click the swiitch button in upper right corner and paste your post (with BBcodes) in. And post.
How to bold, Italic, strikeout and Underline
to bold The code is
[b]Text[/b]
to italic The code is
[i]Text[/i][imdemt=1]to Strikeout The cide is[/indent]
[s]Text[/s]
to underline The code is
[u]Text[/u]Example :
[b]Bold[/b] [i]Italic[/i] [s]Strikeout[/s] [u]Underline[/u]Result:
Bold Italic
Font size
to change font size The code is
[size=number]Text[/size] When number can be 1,2,3,...Example:
[size=2]Text Size = 2 [/size] [size=3]Text Size = 3 [/size] [size=4]Text Size = 4 [/size] [size=5]Text Size = 5 [/size]Result:
Text Size = 2
Text Size = 3
Text Size = 4
Text Size = 5
Font color
to change font color The code is
[color=anycolor]Text[/color] When anycolor can be like red,green,yellow,...Example :
[color=red]This is red![/color] [color=blue]This is blue![/color] [color=green]This is green![/color] [color=yellow]This is yellow![/color]Result:
This is red!
This is blue!
This is green!
This is yellow!
Indent
to insert indent The code is
[indent=amount]Text[/indent] When amount is like amount of time you press Tab.Example:
[indent=1]indent 1[/indent] [indent=2]indent 2[/indent] [indent=3]indent 3[/indent] [indent=4]indent 4[/indent]Result:
indent 1
indent 2
indent 3
indent 4
That's it! I will add more later.
Thank you.