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
If you want your "head" to be in a different color:
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"
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.
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":
Lesson 2
Divide table
You can add columns via keeping " | "
More Columns
I suggest you to leave space between every column, so you won't be confused while editing it.
Several More
If you want to add color, style etc, look lesson 1.
[Only registered and activated users can see links. Click Here To Register...]
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":
| [Only registered and activated users can see links. Click Here To Register...] |
|---|
| 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]
[Only registered and activated users can see links. Click Here To Register...]