Skip to main content

Supported BBCode Tags

BBCode is widely used on message boards and blogs. While most tags are universal there may be some differences between platforms. The following are the BBCode tags that are supported on a ProBoards forum.


Bold

TagSyntaxExample
[strong][strong]Bold Text[/strong]Bold Text

* [b] May also be used

Italic

TagSyntaxExample
[em][em]Italic Text[/em]Italic Text

* [i] May also be used

Underlined

TagSyntaxExample
[u][u]Underlined Text[/u]Underlined Text

Strikethrough

TagSyntaxExample
[s][s]Strikethrough Text[/s]Strikethrough Text

Superscript

TagSyntaxExample
[sup][sup]Superscript[/sup] TextSuperscript Text

Subscript

TagSyntaxExample
[sub][sub]Subscript[/sub] TextSubscript Text

Monospaced Text

TagSyntaxExample
[tt][tt]Monospaced Text[/tt]Monospaced Text

Preformatted Text

TagSyntaxExample
[pre][pre].invisibility-cloak + #harry-potter { visibility: hidden; }[/pre]
.invisibility-cloak + #harry-potter { visibility: hidden; }

Font Face

TagSyntaxExample
[font face][font face="courier new"]This is Courier New[/font]This is Courier New

Font Size

TagSyntaxExample
[font size][font size="#"]Size 1-7[/font]Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7

Font Color

TagSyntaxExample
[font color][font color="name/hex/rgb"]Font Color[/font]Font Color

* Font color can be defined by name, Hex color code or RGB value.

Justify Text Left

TagSyntaxExample
[div align][div align="left"]Left[/div]Left

Justify Text Right

TagSyntaxExample
[div align][div align="right"]Right[/div]Right

Centered Text

TagSyntaxExample
[div align][div align="center"]Center[/div]Center

Justify Text Left and Right

TagSyntaxExample
[div align][div align="justify"]Justify text[/div]
Text that is aligned on both the left and right sides is known as justified text.

Horizontal Rule

TagSyntaxExample
[hr][hr]

Marquee

Note

Feature is not supported by all browsers

TagSyntaxExample
[marquee][marquee]Scrolls text[/marquee]Scrolls text

* Add the attribute scrollamount="#" to define the scrolling speed.