The following BBCode:
- Code: Select all
I would like to [b]emphasize[/b] this
Yields this:
I would like to emphasize this
The following BBCode:
- Code: Select all
Making text [i]italic[/i] is kind of easy
Yields this:
Making text italic is kind of easy
The following BBCode:
- Code: Select all
u is used for the [u]underline[/u] tag
Yields this:
u is used for the underline tag
The following BBCode:
- Code: Select all
[quote]'It's a good day[/quote]
Yields this:
'It's a good day
The following BBCode:
- Code: Select all
[code]$this_var = "Hello World!";[/code]
Yields this:
- Code: Select all
$this_var = "Hello World!";
The following BBCode:
- Code: Select all
[list][*]Bread [*]Milk [*]Butter [/list]
Yields this:
- Bread
- Milk
- Butter
The following BBCode:
- Code: Select all
[list=1][*]Bread [*]Milk [*]Butter [/list]
Yields this:
- Bread
- Milk
- Butter
The following BBCode:
- Code: Select all
[list=a][*]Bread [*]Milk [*]Butter [/list]
Yields this:
- Bread
- Milk
- Butter
The following BBCode:
- Code: Select all
[url]www.rotondawest.org[/url]
Yields this:
http://www.rotondawest.org
Note: The forum software will automatically turn any syntactically correct URL into a link without you needing to specify any BBCode or even the leading http://. For example typing www.rotondawest.org into your message will automatically lead to http://www.rotondawest.org being output when you view the message.
This feature works similarly on e-mail addresses; admin.forum@rotondawest.org becomes admin.forum@rotondawest.org.
