BB Code Formatting:

BB Code is a collection of formatting tags that are used to change the look of text. BB Code is based on a similar principal to HTML. Below is a list of all the available BB Codes and instructions on how to use them in your ticket messages/replies. Nesting of tags is allowed and tags can be upper or lowercase.

BB Code Usage & Examples:

[b] Bold Text [/b]

 

Bold Text


[u] Underlined Text [/u]

 

Underlined Text


[i] Italic Text [/i]

 

Italic Text


[s] Strike-Through Text [/s]

 

Strike-Through Text


[del] Deleted Text [/del]

 

Deleted Text


[ins] Inserted Text [/ins]

 

Inserted Text


[em] Emphasised Text [/em]

 

Emphasised Text


[color=#FF0000] Red Text [/color]

 

Red Text


[color=blue] Blue Text [/color]

 

Blue Text


[h1] Heading 1 Text [/h1]

 

Heading 1 Text


[h2] Heading 2 Text [/h2]

 

Heading 2 Text


[h3] Heading 3 Text [/h3]

 

Heading 3 Text


[h4] Heading 4 Text [/h4]

 

Heading 4 Text


Hyperlinks and Images:

[url=http://www.google.co.uk] Google [/url]

 


[url] http://www.google.co.uk [/url]

 


[email] myname@mydomain.com [/email]

 


[email=myname@mydomain.com] My Email Address [/email]

 


[img] http://www.mydomain.com/images/logo.png [/img]

 


Lists:

[list]
 [*] Bullet List Item 1 [/*]
 [*]
Bullet List Item 2 [/*]
 [*]
Bullet List Item 3 [/*]
[/list]

 

  • Bullet List Item 1
  • Bullet List Item 2
  • Bullet List Item 3

[list=n]
 [*] Numbered List Item 1 [/*]
 [*]
Numbered List Item 2 [/*]
 [*]
Numbered List Item 3 [/*]
[/list]

 

  • Numbered List Item 1
  • Numbered List Item 2
  • Numbered List Item 3

[list=a]
 [*] Alpha List Item 1 [/*]
 [*]
Alpha List Item 2 [/*]
 [*]
Alpha List Item 3 [/*]
[/list]

 

  • Alpha List Item 1
  • Alpha List Item 2
  • Alpha List Item 3

Nesting Tags:

[b][u]Bold, Underlined Text [/u][/b]

 

Bold, Underlined Text


[color=blue][b][u] Bold, Underlined Blue Text [/u][/b][/color]

 

Bold, Underlined Blue Text