Here is a collection of BBCode that is useful to create an alliance page.

PHP Code:
[color=red]Red[/color]
[
color=#0000FF]Blue[/color]

[size=5]Size 5[/size]

[
i]Italics[/i]
[
u]Underlined[/u]
[
b]Bold[/b]
[
s]Crossed out[/s]
Text[sub]Subscript[/sub][sup]Superscript[/sup]

Stroke
[hr]


[list]

[
list2]Item 1

[list2]Item 2

[list2]Item 3[/list]

[
left]Text left[/left]
[
center]Text center[/center]
[
right]Text right[/right]

[
table]
[
tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr]
[
tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
[
tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
[
tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr]
[/
table]

[
img]http://bilderupload.xorbit.de/upload/2.png[/img] 
Then it will look like this:





Now we'll decorate the chart:

PHP Code:
[table]
[
tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr]
[
tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
[
tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
[
tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr]
[/
table]

[
center]
[
table]
[
tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr]
[
tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr]
[
tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr]
[
tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr]
[/
table]
[/
center
The lower table has a "center" tag around it, so it looks like this:




In order not to have so many line breaks after a table, you have to write everything from opening to closing the table tag in one line.
So like this:
PHP Code:
[center][table][tr][td]Line 1 Field 1[/td][td]Line 1 Field 2[/td][td]...[/td][/tr][tr][td]Line 2 Field 1[/td][td]--------------------------------[/td][td]...[/td][/tr][tr][td]aaaaaaaaaaaaaaaaaaaaaaaaaa[/td][td]Line 3 Field 2[/td][td]bbbbbbbbbbbbbbbbbbbbbbbbbbbbb[/td][/tr][tr][td]Line 4 Field 1[/td][td]Line 4 Field 2[/td][td]...[/td][/tr][/table][/center


Now we change the font.

This can be done for single words, lines or the whole page.

In this example, they are only made for single words.
To do it for the whole page, just place the "font" first and the close last.

PHP Code:
[font=Comic Sans MS]
Ally Page

....
Any tags
...
[/
font
Here are a few fonts as an example:
PHP Code:
Standard
[font=Comic Sans MS]Comic Sans MS[/font]
[
font=Arial]Arial[/font]
[
font=verdana]verdana[/font]
[
font=Georgia]Georgia[/font]
[
font=Impact]Impact[/font]
[
font=Lucida Console]Lucida Console[/font]
[
font=Tahoma]Tahoma[/font]
[
font=Times New Roman]Times New Roman[/font
It will look like this:


Fonts are countless, just google "web fonts" and you will find one that fits your site.