BBCode – A guide to formatting your posts

Before posting any message, please read our rules.

BBCode – A guide to formatting your posts

Postby Administrator » Thu Feb 05, 2009 6:46 am

Bulletin Board Code or BBCode is a language used to format text within posts. The formatting may be accomplished by first selecting the text then using the desired BBCode button or by manually framing the text with the appropriate BBCode. The following are examples of BBCode that may be used in posts on this forum:


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:
  1. Bread
  2. Milk
  3. Butter



The following BBCode:
Code: Select all
[list=a][*]Bread [*]Milk [*]Butter [/list]

Yields this:
  1. Bread
  2. Milk
  3. 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.
Administrator
Site Admin
 
Posts: 159
Joined: Mon Jan 12, 2009 12:42 pm

Return to Forum Rules & Information

Who is online

Users browsing this forum: No registered users and 1 guest

cron