- Code: Select all
[table][row][column]row1 column1[/column][column]row1 column2[/column][/row][row][column]row2 column1[/column][/row][row][column]row3 column1[/column][column]row3 column2[/column][column]row3 column3[/column][/row][/table]
Output:
row1 column1 | row1 column2 | |
row2 column1 | ||
row3 column1 | row3 column2 | row3 column3 |
I don't think it will be properly aligned for big tables or if the content of your columns is too long (such as a long string of characters without spaces), but for most simple purposes where you just want to align a small list of things, it should work fine.