Text format - BB Code

Keyword is <BB>.

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]

Extended tags and attributes by XFRX    

Start tagEnd tagNotice
Block align text 

[block]

[/block]Justify aligment
Tabelator [tab/]
[tab/] [tab=X/]
Superscript[sup][/sup]
Subscript[sub] [/sub]
VFP Expression[vfpev][/vfpev][vfpev]DTOC(DATE())+" "+TIME()[/vfpev]
VFP Expression with conversion format[vfpev pictureformat="" xlsf=""]  [/vfpev][vfpev pictureformat="99.99" xlsf="#0.00"]10[/vfpev]
Options block [options]
[options mode="clear"]
[options mode="change"]
[options mode="reset-change"]

 [/options]

[options]TF_LIST_ITEM_CHAR=CHR(168)[/options] 
[options mode="clear"]TF_LIST_ITEM_CHAR=CHR(168)[/options] 
[options mode="change"]TF_LIST_ITEM_CHAR=CHR(168)[/options] 


Attribute mode was added in version 21.0.
Default value is "clear" - reset all options to "factory" settings.
"change" - modify default settings
"reset-change" - reset to last default settings and modify it.

 Header    [h1][/h1]Since XFRX 19.0



 
[h2][/h2]
[h3][/h3]
[h4] [/h4]
[h5] [/h5]
[h6] [/h6]
Backgroundcolor for tables, rows and cells  bgcolor=
[table bgcolor=rbg(192,192,192)] [tr bgcolor=rbg(135,153,237)][th][/th][th][/th][/tr]
[
tr][td bgcolor=rbg(183,244,131)][/td][td][/td][/tr]
[/table]
Expand row by source alias  template="alias_expression"   [table]
[tr][th][/th][th][/th][/tr]
[
tr template="alias_expression"][td][vfpev]FIELD[/vfpev][/td][/tr]
[/table]
[ul]
[li template="alias_expression"][vfpev]FIELD[/vfpev][/li]
[/ul]
[left template="alias_expression"][vfpev]FIELD[/vfpev][/left] 
[right  template="alias_expression"][vfpev]FIELD[/vfpev][/right]
[center template="alias_expression"][vfpev]FIELD[/vfpev][/center]
[block template="alias_expression"][vfpev]FIELD[/vfpev][/block]