Hi people,
I know that making a table (bb code) is of course hard, so, here are some samples, as well as their codes.
Lesson 1
PHP Code:
[table=head]Text
Text[/table]
If you want your "head" to be in a different color:
PHP Code:
[table=head][COLOR="Red"]Text[/COLOR]
Text[/table]
If you want "head" to be in a different styles, etc:
The text in bold.
If you want Italic, Keep between the "Text"
If you want Underlined, Keep between the "Text"
PHP Code:
[table=head][B]Text[/B]
Text[/table]
If you want "head" to be in a different font:
I kept Century Gothic as a example, you can select the "Text" -> Fonts -> Choose Font.
PHP Code:
[table=head][FONT="Font name"]Text[/FONT]
Text[/table]
Note: If you keep a font which is not there in epvp, it won't work. Only the fonts which epvp has, will work.
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 " | "
PHP Code:
[TABLE=head][COLOR="Red"]Text1 | Text2 | Text3[/COLOR]
1 | 2 | 3[/TABLE]
More Columns
PHP Code:
[table="head"]C1|C2|C3
C1|C2|C3
C1|C2|C3[/table]
I suggest you to leave space between every column, so you won't be confused while editing it.
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]
If you want to add color, style etc, look lesson 1.