Syntax Guide

Article number: 303203

BB Syntax in forums

Both the new discussion form and the new post on an existing discussion form support a truncated version of bb(bulletin board) syntax to allow user to mark up their entries. A limited list of examples is below.

BBCode Rendering
[b]bolded text[/b] bolded text
[i]italicized text[/i] italicized text
[u]underlined text[/u] underlined text
[s]strikethrough text[/s] strikethrough text
[code]monospaced text[/code] monospaced text
[img]http://<your domain>/<your path>/<yourimage>.jpg[/img]
[quote]quoted text[/quote]
quoted text
[url]http://example.org[/url] http://example.org
[style size="15px"]Large Text[/style]
or
[style color="red"]Large Text[/style]

Large Text
[color="red"]Red Text[/color]
or
[colour="#ff0000"]Red Text[/colour]
Red Text
[list] [*]Entry 1 [*]Entry 2 [/list]

 

  • Entry 1
  • Entry 2
[table] [tr] [td]table data[/td] [/tr] [/table]

 

table data

Related questions