RE: Need help making tables

#2
You can make tables any way you wish to, but Royalroadl messed up all the old coding during the new update. Safest table to do is 

window with brackets ended with /window with brackets

ex:

Name:
Level:
Health:
Mana:
Class:
Fame:
Strength:
etc

the col code for making columns in the coding is very messed up and forces an entire FF chapter to be sideways and messes up the order of text so avoid it.

RE: Need help making tables

#3
'Vocaloid' pid='37592' dateline='1416062015' Wrote: You can make tables any way you wish to, but Royalroadl messed up all the old coding during the new update. Safest table to do is 

window with brackets ended with /window with brackets

ex:

Name:
Level:
Health:
Mana:
Class:
Fame:
Strength:
etc

the col code for making columns in the coding is very messed up and forces an entire FF chapter to be sideways and messes up the order of text so avoid it.

Instead of using the col codes, you can simply use the table codes

Code:
1. Any table starts with the [table] tag and ends with the [/table] tag.
2. Any row in said table start with the [tr] tag and ends the row with a [tr] tag.
3. To make columns in said row you can use a few different tags, and end with the same tag (with a backslash of course).
3a. the [td100] tag signifies a row that is made up of one "table element" that fills up 100%
3b. the [td2] tag signifies a quarter of a row. If you use one tag you'll have a row with one column that's "filled" and an empty stretch that is the size of an empty column.
3c. the [td2] tag signifies half a row. Using two of these will give you one row with 2 columns.
3d. the [td3] tag signifies 3/4's of a row and can be used in conjuction with an [tds] for instance to make a 2-column row with uneven distribution size-wise.
3e. The tags can be used in conjuction with each other, for a max of that which is equivalent to 4 columns.


Example:

This is my title row
Column AColumn B
Column A + 1. ½ of BColumn 2. ½ of B
Column 1Column 2Column 3Column 4



Code:
[table]

[tr][td100]This is my title row[/td100][/tr]
[tr][td2]Column A[/td2][td2]Column B[/td2][/tr]
[tr][td3]Column A + 1. ½ of B[/td3][tds]Column 2. ½ of B[/tds][/tr]
[tr][tds]Column 1[/tds][tds]Column 2[/tds][tds]Column 3[/tds][tds]Column 4[/tds][/tr]
[/table]



It's also possible to make variations such as this:


This is my title row
Column AColumn B
Column A + 1. ½ of BColumn 2. ½ of B
Column 1Column 2Column 3Column 4


I can utillise the background too! :-fightingchicken:-

This is a new split row, with a new full row tag! Wahahah
So much fun
Oh no
Yessss
Oh yes
moar
new tags


Yup




Code:
[a]

[split]
[tr][td100]This is my title row[/td100][/tr]
[tr][td2]Column A[/td2][td2]Column B[/td2][/tr]
[tr][td3]Column A + 1. ½ of B[/td3][tds]Column 2. ½ of B[/tds][/tr]
[tr][tds]Column 1[/tds][tds]Column 2[/tds][tds]Column 3[/tds][tds]Column 4[/tds][/tr]
[/split]
I can utillise the background too! :-fightingchicken:-
[split]
[full]This is a new split row, with a new full row tag! Wahahah[/full]
[quart=So much fun,Yessss]Oh no, Oh yes[/quart]
[half0=moar]new tags[/half0]
[/split]
[split]
[full][shadow]Yup[/shadow][/full]
[/split]
[/a]



If you want to I can help code your tables! - Do send a PM.

RE: Need help making tables

#12
</> Code:
Status Window
Name:???Alignment:???
Level:??Class:??
Race:??Gender:??
Titles
??
Fame:??Infamy:??
-
Health:?? / ??Health Regen:?.? / Sec
Mana:?? / ??Mana Regen:?.? / Sec
Stamina:?? / ??Stamina Regen:?.? / Sec
-
Strenght:??Agility:??
Vitality:??
Intelligence:??Wisdom:??
Leadership:??Luck:??
-
Attack:??Defense:??
Physical Resistances
Slashing:??Piercing:??
Crushing:??
Elemental Resistances
Fire:??Water:??
Wind:??Earth:??
Light:??Darkness:??
https://stream1.gifsoup.com/view/1065784...pool-o.gif

RE: Need help making tables

#13
Code:
This is my title row
Column AColumn B
Column A + 1. ½ of BColumn 2. ½ of B
Column 1Column 2Column 3Column 4



</>Code:
This is my title row
Column AColumn B
Column A + 1. ½ of BColumn 2. ½ of B
Column 1Column 2Column 3Column 4



Status Window
Name:???Alignment:???
Level:??Class:??
Race:??Gender:??
Titles
??
Fame:??Infamy:??
-
Health:?? / ??Health Regen:?.? / Sec
Mana:?? / ??Mana Regen:?.? / Sec
Stamina:?? / ??Stamina Regen:?.? / Sec
-
Strenght:??Agility:??
Vitality:??
Intelligence:??Wisdom:??
Leadership:??Luck:??
-
Attack:??Defense:??
Physical Resistances
Slashing:??Piercing:??
Crushing:??
Elemental Resistances
Fire:??Water:??
Wind:??Earth:??
Light:??Darkness:??