Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Supported tags by bbcode.org
 Start tagEnd tagNotice
Bold[b]

[/b]

 
Italic[i][/i] 
Underline[u][/u] 
StrikeThru[s][/s] 
Color[color=] [/color] 

[color=255,0,0][/color]
[color=255][/color]
[color=#FF0000][/color]
[color="red"][/color]
[color=RGB(255,0,0)][/color]
[color=HSL(0,100,50)][/color]
[color=CMYK(0,1,1,0)][/color]

Font Size [size=] [/size]   
Fonty style [style][/style]

[style color=#FF0000 size="10px"] [/style]

Hyperlink[url][/url][url="expression"][/url]
[url="expression"]text[/url]
Image[img][/img][img]image.png[/img]
[img width= height=]image.png[/img]
[img =widthxheight]image.png[/img]
[img]"expression"[/img]
Quote[quote][/quote][quote][/quote]
[quote=name][/quote]
Code[code][code] 
Preformated text[pre][/pre] 
Left align text 

[left]

[/left] 
Right align text 

[right]

[/right]

 
Center align text 

[center]

[/center]

 
Ordered list[ol][/ol][ol]
[li]First[/li]
[li]Second[/li]
[/ol]
Unorder list [ul][/ul][ul]
[li]First[/li]
[li]Second[/li]
[/ul]
 [list][/list] [list]
[li]First[/li]
[li]Second[/li]
[/list]
Table [table][/table]

[table]
[tr][th][/th][th][/th][/tr]
[tr][td][/td][td][/td][/tr]
[/table]

...