If you use the built-in editor, you will see 3 icons in the left bottom row of the toolbars for table, table properties, and delete table (see attached image). You can use those or manually enter the codes.
The output looks something like this:
[TABLE="width: 500"]
[TR]
[TD]row1, col1
[/TD]
[TD]row1, col2
[/TD]
[/TR]
[TR]
[TD]row2, col1
[/TD]
[TD]row2, col2
[/TD]
[/TR]
[TR]
[TD]row3, col1
[/TD]
[TD]row3, col2
[/TD]
[/TR]
[/TABLE]
|