BBCode Guide
BBCode is used within the content of your pages to format layout, fonts and to inset links and images.
Headers
[header]Your header[/header]
becomes:
Your header
Subheaders
[subheader]Your subheader[/subheader]
becomes:
Your subheader
Subsubheaders
[subsubheader]Your subsubheader[/subsubheader]
becomes:
Your subsubheader
Intenting
[indent]Move in a bit, please![/indent]
becomes:
Move in a bit, please!
Right align
[right]Align yourself to the right, please![/right]
becomes:
Align yourself to the right, please!
Centering
[center]Please move to the middle of the section[/center]
becomes:
Please move to the middle of the section
Inserting links
[url]http://lamped.co.uk[/url]
becomes:
[url]http://lamped.co.uk[/url]
Substitute http://lamped.co.uk for your desired url
Inserting links with custom text
[url=http://lamped.co.uk]Lamped[/url]
becomes:
LampedSubstitute http://lamped.co.uk and the Lamped text for your desired url and text
Adding images
[img]/images/SimpleCMS_Help_Link_Image.png[/img]
becomes:
Substitute /images/SimpleCMS_Help_Link_Image.png for your image location
Adding tables, columns and rows
[table][row][col]Column one in row one[/col][col]Column two in row one[/col][/row][row][col]Column one in row two[/col][col]Column two in row two[/col][/row][/table]
becomes:
Column one in row one | Column two in row one |
Column one in row two | Column two in row two |
Lists and list items
[list][item]Item One[/item][item]Item Two[/item][item]Item 3[/item][/list]
becomes:
- Item One
- Item Two
- Item Three
Horizontal line breaks
The lines dividing these sections[break]
Font formatting
Font type
[font=Calibri]This is in Calibri[/font]
becomes:
This is in CalibriSubstitute Calibri for the font of your choice
Font size
[size=large]Make this large, please![/size]
becomes:
Make this large, please!large can be substituted with small, smaller, x-small, xx-small, larger, x-large and xx-large
Font color using named colors, 3digit and 6digit Hex color codes
[color=blue]Make this blue, please![/color]
becomes:
Make this blue, please!blue can be substituted with any color name, or Hex color code such as #00f or #0000ff
Bold text
[b]Make me bold![/b]
becomes:
Make me bold!
Italic text
[i]Make me italic![/i]
becomes:
Make me italic!
Underlining
[u]Underline me![/u]
becomes:
Underline me!