After reviewing members' signatures, I believe TABLE tag is needed in our forum as well. The usage is the same as the regular HTML code:
[table=1][tr][td]column 1[/td][td]column 2[/td][/tr][/table]
will show:
| column 1 | column 2 |
Table column's width is predefined. To avoid unnecessary forum format distortion please limit per column content to fit the forum width. Table=1 option is needed to create table outline. You may use 0 to omit this option.
[table=0][tr][td]column 1[/td][td]column 2[/td][/tr][/table]
will show:
| column 1 | column 2 |
[hr=noshade]UPDATE on TD bbcode tags[/hr]
Additional TD tags called TDDASHED and TDSOLID were added to give optional table column border with width in pixels, such that following codes will show
[table=1][tr][tddashed=2]something[/tddashed][tddashed=1]something else[/tddashed][/tr][/table]
| something | something else |
[table=0][tr][tdsolid=1]something[/tdsolid][tdsolid=3]something else[/tdsolid][/tr][/table]
| something | something else |
Notice that by omitting table border width, you can create some different effects.
Mix it up!
| Trap17 within dashed | Trap17 within solid |















