I know that making a table (bb code) is of course hard, so, here are some samples, as well as their codes.
Lesson 1
| Text |
|---|
| Text |
PHP Code:
[table=head]Text
Text[/table]
| Text |
|---|
| Text |
PHP Code:
[table=head][COLOR="Red"]Text[/COLOR]
Text[/table]
The text in bold.
If you want Italic, Keep between the "Text"
If you want Underlined, Keep between the "Text"
| Text |
|---|
| Text |
PHP Code:
[table=head][B]Text[/B]
Text[/table]
I kept Century Gothic as a example, you can select the "Text" -> Fonts -> Choose Font.
| Text |
|---|
| Text |
PHP Code:
[table=head][FONT="Font name"]Text[/FONT]
Text[/table]
If you want to add link to "head":
![]() |
|---|
| Text |
PHP Code:
[table=head][URL="link"]Text[/URL]
Text[/table]
Lesson 2
Divide table
You can add columns via keeping " | "
| Text1 | Text2 | Text3 |
|---|---|---|
| 1 | 2 | 3 |
PHP Code:
[TABLE=head][COLOR="Red"]Text1 | Text2 | Text3[/COLOR]
1 | 2 | 3[/TABLE]
| C1 | C2 | C3 |
|---|---|---|
| C1 | C2 | C3 |
| C1 | C2 | C3 |
PHP Code:
[table="head"]C1|C2|C3
C1|C2|C3
C1|C2|C3[/table]
Several More
| S1 | S2 | S3 |
|---|---|---|
| SSSSSSSSSS | SSSSSSSSSS | SSSSSSSSSS |
| SSSSSSSSSS | SSSSSSSSSS | SSSSSSSSSS |
| SSSSSSSSSS | SSSSSSSSSS | SSSSSSSSSS |
| SSSSSSSSSS | SSSSSSSSSS | SSSSSSSSSS |
| SSSSSSSSSS | SSSSSSSSSS | SSSSSSSSSS |
| SSSSSSSSSS | SSSSSSSSSS | SSSSSSSSSS |
PHP Code:
[table="head"]S1|S2|S3
SSSSSSSSSS|SSSSSSSSSS|SSSSSSSSSS
SSSSSSSSSS|SSSSSSSSSS|SSSSSSSSSS
SSSSSSSSSS|SSSSSSSSSS|SSSSSSSSSS
SSSSSSSSSS|SSSSSSSSSS|SSSSSSSSSS
SSSSSSSSSS|SSSSSSSSSS|SSSSSSSSSS
SSSSSSSSSS|SSSSSSSSSS|SSSSSSSSSS[/table]







