Some examples of bbCode syntax are shown below. when using the editor, switching between WYSIWYG view and code view , will help you see what formatting tags are used and the associated syntax.
The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.
Usage [b]value[/b] [i]value[/i] [u]value[/u]
Example Usage
this text is bold
this text is italic
this text is underlined
The [color] tag allows you to change the color of your text.
Usage [color=Option]value[/color]
Example Usage this text is blue
The [font] tag allows you to change the font of your text.
Usage [font=Option]value[/font]
Example Usage this text is in the courier font
The [highlight] tag allows you to emphasize your text.
Usage [highlight]value[/highlight]
Example Usage this text is highlighted
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage [left]value[/left]
[center]value[/center]
[right]value[/right]
Example Usage this text is left-aligned
this text is center-aligned
this text is right-aligned
The[indent] tag allows you to indent your text.
Usage[indent]value[/indent]
Example Usagethis text is indented
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage [email]value[/email]
[email=Option]value[/email]
Example Usage
[email protected]
Click Here to Email Me
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Usage [url]value[/url]
[url=Option]value[/url]
Example Usage
https://www.crowhill.co.uk
Crownhill web site