Generally the syntax is as follows :
Code: Select all
[table=30,null]
[thead]
[tr=textcenter]
[th=50,null]Title 1[/th]
[th=50,null]Title 2[/th]
[/tr]
[/thead]
[tfoot]
[tr=forumbg]
[td=textcenter,2]Footer Text[/td]
[/tr]
[/tfoot]
[tbody]
[tr=bg2]
[td=null,1]Text11[/td]
[td=null,1]Text21[/td]
[/tr]
[tr=bg1]
[td=null,1]Text12[/td]
[td=null,1]Text22[/td]
[/tr]
[tr=bg2]
[td=null,1]Text13[/td]
[td=null,1]Text23[/td]
[/tr]
[tr=bg1]
[td=null,1]Text14[/td]
[td=null,1]Text24[/td]
[/tr]
[tr=bg2]
[td=null,1]Text15[/td]
[td=null,1]Text25[/td]
[/tr]
[tr=bg1]
[td=null,1]Text16[/td]
[td=null,1]Text26[/td]
[/tr]
[tr=bg2]
[td=null,1]Text17[/td]
[td=null,1]Text27[/td]
[/tr]
[/tbody]
[/table]
Title 1 | Title 2 |
---|---|
Footer Text | |
Text11 | Text21 |
Text12 | Text22 |
Text13 | Text23 |
Text14 | Text24 |
Text15 | Text25 |
Text16 | Text26 |
Text17 | Text27 |