Page 1 of 1

Tables in posts

Posted: Thu Feb 02, 2012 7:07 pm
by sjj1805
[td=1,]This is the left cell[/td][td=1,]This is the right cell[/td][td=1,]This is another row[/td][td=1,]This is the second cell[/td]
This is a header
http://startrekguide.com/community/view ... 3120#p3120

Remember to remove all new lines so that this

Code: Select all

[corners=forumbg forumbg-table]
[table=tablebg table1]
[thead]
[tr=]
[th=3]This is a header[/th]
[/tr]
[/thead]
[tbody]
[tr=bg1]
[td=1,]This is the left cell[/td]
[td=1,]This is the middle cell[/td]
[td=1,]This is the right cell[/td]
[/tr]
[tr=bg2]
[td=1,]This is another row[/td]
[td=1,]This is the middle cell[/td]
[td=1,]This is the second cell[/td]
[/tr]
[/tbody]
[/table]
[/corners]
Becomes this

Code: Select all

[corners=forumbg forumbg-table][table=tablebg table1][thead][tr=][th=3]This is a header[/th][/tr][/thead][tbody][tr=bg1][td=1,]This is the left cell[/td][td=1,]This is the middle cell[/td][td=1,]This is the right cell[/td][/tr][tr=bg2][td=1,]This is another row[/td][td=1,]This is the middle cell[/td][td=1,]This is the second cell[/td][/tr]
[/tbody][/table][/corners]
[td=1,]This is the left cell[/td][td=1,]This is the middle cell[/td][td=1,]This is the right cell[/td][td=1,]This is another row[/td][td=1,]This is the middle cell[/td][td=1,]This is the second cell[/td]
This is a header