What is BB Code?
It is a set of codes that allows you to format forum posts. It's like a simplified version of HTML.
Typing Produces
http://www.example.com/ http://www.example.com/
[url]www.example.com[/url] http://www.example.com/
[url=http://www.example.com/]example[/url] example
[email]dweezil@zappa.org[/email] dweezil@zappa.org
[b]dachshund[/b] dachshund
[i]schnauzer[/i] schnauzer
[list]
[*]
onions
[*] potatoes
[*] chihuahua
[/list]
  • onions
  • potatoes
  • chihuahua
[list=1]
[*]
Lather.
[*] Rinse.
[*] See #1.
[/list]
  1. Lather.
  2. Rinse.
  3. See #1.
[quote]A cauliflower is nothing more than a cabbage with a college education.[/quote]
QUOTE:
A cauliflower is nothing more than a cabbage with a college education.

[code]#!/usr/bin/perl
while ($cauliflower != $cabbage) {
$cabbage++;
}[/code]
CODE:
#!/usr/bin/perl
while ($cauliflower != $cabbage) {
	$cabbage++;
}

Disclaimer: This site is reconstructed from scratch to mimic the look and feel of several websites that no longer exist.  This site is to be used solely for educational purposes and is protected under US Copyright Law.