uBB /
vBB Code
|
|
|
Forums
and uBB / vBB Code
|
| |
What
is uBB / vBB Code?
uBB, also known as vBB, code, is a way of adding extra functions and
effects to posts and threads on Bulletin Boards or Message Board forums.
A Bulletin Board and a Message Board are one and the same thing.
They are places where you can interact with others who share the same
interests.
Quick
History of Bulletin Boards
Bulletin Boards hark back to the early days of the internet when likeminded
but geographically separated individuals needed to communicate with
one another over time and distance. Although the technology has moved
on considerably since then, the basic idea is the same.
uBB
/ vBB Code
BB code, or Bulletin Board code, is a simple, easy to use way of adding
some effects to otherwise standard text. You do not need to have any
experience in computer coding to use it.
How
to Use uBB / vBB Code
Bulletin board code (vBB code) does have some syntax which must be followed
in order for it to work.
All code commands must be within square brackets
[ ].
Examples
of uBB / vBB Code
Here are some samples of uBB / vBB Code |
| Code: |
|
[B]This is vBB code to make the
text bold[/B]
|
|
| Result: |
| This is vBB code to make the text bold |
|
| |
| For italics: |
| [i]This is
vBB code to show the text in italics[/i] |
|
| |
| This is vBB code to show the text in italics |
|
| |
| Note that each command
has a begin point and an end point: |
|
[begin effect]
text [/end effect] (note
the back-slash "/" )
|
| |
| Also that you should not leave a space between the block
brackets and the text: |
|
[B] not this
[/B] but instead, use
this: [B]use this[/B]
|
|
| |
Upper
& Lower Case Letters
For the most part, uBB / vBB code is not case sensitive, so that
[B]Bold[/B]
= Bold is the same as
[b]Bold[/b]
= Bold
and
[I]Italic[/I]
= Italic is the same as
[i]Italic[/i]
= Italic
However, sometimes lower case letters will not work. This usually
applies to the [URL] command.
A url is the address of a particular web page. The url of the page you
are viewing now is;http://www.themcfox.com/THE-NET/uBB-vBB-code.htm
The url of the home page of this site is;
http://www.themcfox.com/index.html
Using
the [URL] Command
Most Message Boards will automatically create a hyperlink if you enter
a website address such as http://www.themcfox.com.
However there are times when you may wish to create a neater looking
hyperlink.To do this, you would use the
[URL] command; for example, instead of your post containing
the full url;
http://www.themcfox.com/THE-NET/uBB-vBB-code.htm
you would rather it was a neater: McFox.com
- vBB code
This is done with the [URL] command,
thus:
[URL=http://www.themcfox.com/THE-NET/uBB-vBB-
code.htm]McFox.com
- vBB code[/URL] which
only shows on your post as McFox.com - vBB code
Note: you must include the full url and you must also enter
a shorter version of the url (I have highlighted this in
italics)
[URL=http://www.yourwebsite.com]Your
website[/URL] = |
|
Your website
|
| |
Summary
of vBB / uBB Code Commands
|
|
Command
|
Result
|
|
[b]Bold[/b]
|
Bold
|
|
[i]Italic[/i]
|
Italic
|
|
[URL=http://...]Website[/URL]
|
Website
|
|
[list]
[*]item
[*]item
[/list]
|
● item
● item
|
|
[list=1]
[*]item
[*]item
[/list]
|
-
item
-
item
|
|
[list=a]
[*]item
[*]item
[/list]
|
-
item
-
item
|
|
[QUOTE]text
here[/QUOTE]
|
text here
|
| |
|
| |
| The above commands are relatively universal and will work on most
Bulletin Boards. Here are some other commands which are also very widely,
but not universally, used: |
|
Command |
Result |
|
[IMG][/IMG]
|
Imports an image (see below) |
|
[u]underlined[/u]
|
Underlined
|
|
[size=7]Size
sample[/size]
|
Size sample
|
|
[color=red]Sample red[/color] |
Sample red
|
| |
|
| |
The [IMG] command
|
| This command imports an image to your post. |
| |
| Things to note about [IMG]: |
the image you wish to import must already exist on a website,
preferably your own.
If you do not have permission to use an image, then it is
considered theft and can cause you all sorts of problems!
you cannot use the [IMG]
command to upload an image from your own computer.
|
|
| |
Example use of the
[IMG] Command
|
|
[IMG]http://www.themcfox.com/example.jpg[/IMG]
|
| Results in: |
|

|
| |
|
|