Each td is part of a column. Each tr tag is a row. So each row will have one set of tr tags. The first TD after each tr close tage is column 1, the second is column two for instance... So in this table:
| row one | 1 | 2 | 3 | 4 |
| row two | 1 | 2 | 3 | 4 |
| row three | 1 | 2 | 3 | 4 |
The code looks like this:
[table][tr][td]row one[/td][td] 1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][tr][td]row two[/td][td] 1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][tr][td]row three[/td][td] 1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][/table]Remember, if you don't specify a width or height, each column and row will auto align to the widest/biggest block of text in that column/row.
This is the tabled part of my signature. It may help.
[table][tr][td][IMG]http://img.photobucket.com/albums/v280/paladin181/cainyh4.png[/img][/td] [td][size=2][b]Malice Cain[/b]: 60/30 Crusader (no Guild)[/td][td][quote author=nexusgen link=topic=11596.msg280758#msg280758 date=1201182450]
*dont reply to the troll's topic please*
[/quote][/td][/tr][/table]Edit: if you want text to appear centered in your columns, you'll have to use center tags in EACH block that you want centering to occur in.
Your selling post is linked to the second page of your shop thread.
Edited by Astatine: Merged double post.