Help on using BBCode

Ask questions about this discussion board here.
Post Reply
User avatar
Savonarola
Mod@Large
Posts: 1475
Joined: Thu Jan 19, 2006 10:11 pm
antispam: human non-spammer
Designate the number of cents in half a dollar: 50
Location: NW Arkansas

Help on using BBCode

Post by Savonarola »

For further explanation, see the BBCode Guide here.

Remember to close all tags in the style [/characteristic]. Note that a failure to close a tag results in no text formatting.


Text can be bolded with the tag.

Code: Select all

Text can be [b]bolded[/b] with the [b] tag.
Text can be italicized with the tag.

Code: Select all

Text can be [i]italicized[/i] with the [i] tag.
Text can be underlined with the tag.

Code: Select all

Text can be [u]underlined[/u] with the [u] tag.
Quote what people have said using the quote tag. For example:
Remember to close all tags in the style [/characteristic]. Note that a failure to close a tag results in no text formatting.

Code: Select all

Quote what people have said using the quote tag.  For example:
[quote]Remember to close all tags in the style [/characteristic].  Note that a failure to close a tag results in no text formatting.[/quote]
Specify who made the quote you are citing by using the quote="username here" tag. For example:
Savonarola wrote:Remember to close all tags in the style [/characteristic]. Note that a failure to close a tag results in no text formatting.

Code: Select all

Specify who made the quote you are citing by using the quote="username here" tag.  For example:
[quote="Savonarola"]Remember to close all tags in the style [/characteristic].  Note that a failure to close a tag results in no text formatting.[/quote]
You may quote quotes. For example:
Person 2 wrote:
Person 1 wrote:Person 2 is a moron.
I object strongly to Person 1's accusation.

Code: Select all

You may quote quotes.  For example:
[quote="Person 2"]
[quote="Person 1"]Person 2 is a moron.[/quote]
I object strongly to Person 1's accusation.[/quote]
  • This is the first item of an unordered list.
  • This is the second item of an unordered list.

Code: Select all

[list]
[*]This is the first item of an unordered list.
[*]This is the second item of an unordered list.
[/list]
  1. This is the first item of a numbered list.
  2. This is the second item of a numbered list.

Code: Select all

[list=1]
[*]This is the first item of a numbered list.
[*]This is the second item of a numbered list.
[/list]
  1. This is the first item of an alphabetical list.
  2. This is the second item of an alphabetical list.

Code: Select all

[list=a]
[*]This is the first item of an alphabetical list.
[*]This is the second item of an alphabetical list.
[/list]

Image

Code: Select all

[img]http://fayfreethinkers.com/forums/styles/subsilver2/imageset/site_logo.gif[/img]
http://fayfreethinkers.com

Code: Select all

[url]http://fayfreethinkers.com[/url]
This link directs to our website.

Code: Select all

[url=http://www.fayfreethinkers.com]This link directs to our website[/url].
Post Reply