FlyerTalk Forums - View Single Post - The Flyertalk UBB course...
View Single Post
Old Jun 11, 2003 | 11:42 am
  #1  
ScottC
FlyerTalk Evangelist
40 Countries Visited3M100 Nights20 Years on Site
 
Join Date: Sep 2000
Programs: BA, AA, DL, KLM, UA
Posts: 37,489
The Flyertalk UBB course...

UBB Code is pretty simple, some basic rules are:
  • UBB commands are placed in [brackets]
  • At the end of a UBB command you [/end it with a slash]

The most common UBB mistakes are:
  • No closing slash
  • Wrongly placed brackets (e.g. ]b]
  • Using double commands

Code:
Examples of incorrect UBB code:

]b] This is not bold[/b] (Incorrect brackets)
[b] Neither is this[b] (no closing bracket)
[b]Double commandsDouble commands
Text formatting

To make your post easier to read you can use UBB's text formatting options.

For the bold command:

Code:
place it between the b command
Notice that I open the bold command, type the text and then close the bold command.

The same works for the italic command, except it's an i and not a b

Code:
place it between the i command
Bold Italic

Posting a link is pretty simple. If you just paste or type the link then UBB (the software running the board) will convert it into a clickable one.

http://www.this.is/a_demo

A nicer link is one where the link isn't visable.

Like this one

You can do this like this:

Some things to keep in mind:
  • Do not end your link with a full stop, it will render the link useless...
  • If you want to add an email address put the address between the command.

When you quote someones post instead of putting it between "these" use the quote function, it's also handy for using text copied off a different site.
<font face="Verdana, Arial, Helvetica, sans-serif" size="2">
The Quotes make it clear that the text is not your own</font>
Code:
Quoting is simple, just place the text between  
<font face="Verdana, Arial, Helvetica, sans-serif" size="2"> and </font>
. Note that as with all UBB commands the command is opened and then closed with a slash.
Other handy tricks:

Lists
The UBB list command is one of the more complicated ones...

Code:
To make a list with bullet points:
  • Point 1
  • Point 2
  • Point 3
Results in this:
  • Point 1
  • Point 2
  • Point 3

To make a list with numbers:
Code:
[list=1][*]Point 1[*]Point 2[*]Point 3[/list=a]
[list=1][*]Point 1[*]Point 2[*]Point 3[/list=a]


You can do the same with letters:
[list=a][*]Point 1[*]Point 2[*]Point 3[/list=a]

ScottC is offline