Page 1 of 1

How To use Tables

Posted: Wed Apr 05, 2017 7:59 pm
by Bez
First, click the icon in the photo below to add a table.
click this.JPG
This will open up this drop down.
guide.JPG
If you want more info click on Show Table Guidelines
Hovering over each little box below this will show a pre-defined table clicking it will create it, you then just replace the placeholder words with your own.

Example:
Table Title
Title1Title2Title3Title4Title5
Text11Text21Text31Text41Text51
Text12Text22Text32Text42Text52
Text13Text23Text33Text43Text53
Text14Text24Text34Text44Text54
Text15Text25Text35Text45Text55
Text16Text26Text36Text46Text56
Produces this code, just look for the words to replace.

Code: Select all

[size=130]Table Title[/size]
[table=75,null][thead][tr=textleft][th=20,null]Title1[/th][th=20,null]Title2[/th][th=20,null]Title3[/th][th=20,null]Title4[/th][th=20,null]Title5[/th][/tr][/thead]
[tbody][tr=bg2][td=null,1]Text11[/td][td=null,1]Text21[/td][td=null,1]Text31[/td][td=null,1]Text41[/td][td=null,1]Text51[/td][/tr]
[tr=bg1][td=null,1]Text12[/td][td=null,1]Text22[/td][td=null,1]Text32[/td][td=null,1]Text42[/td][td=null,1]Text52[/td][/tr]
[tr=bg2][td=null,1]Text13[/td][td=null,1]Text23[/td][td=null,1]Text33[/td][td=null,1]Text43[/td][td=null,1]Text53[/td][/tr]
[tr=bg1][td=null,1]Text14[/td][td=null,1]Text24[/td][td=null,1]Text34[/td][td=null,1]Text44[/td][td=null,1]Text54[/td][/tr]
[tr=bg2][td=null,1]Text15[/td][td=null,1]Text25[/td][td=null,1]Text35[/td][td=null,1]Text45[/td][td=null,1]Text55[/td][/tr]
[tr=bg1][td=null,1]Text16[/td][td=null,1]Text26[/td][td=null,1]Text36[/td][td=null,1]Text46[/td][td=null,1]Text56[/td][/tr][/tbody][/table]
Produces this code, just look for the words to replace. 
It might look a bit confusing at first but once you get the hang of what to replace it becomes easy. :mrgreen:
Then you can just cut and past it when needed.

Re: How To use Tables

Posted: Thu Apr 06, 2017 2:38 am
by Miao
Not hard at all when you have a template in your hands. :lol:

There were some instances in where I thought about usin' a table but I always refrained myself from doin' so because I was lazy and didn't want to go search how to do it, thanks for puttin' this here. :)