Here is a small tutorial and template:
First click on table to get this(without space):
[ table ][ /table ]
Then clik on "Insert table row" in the middle, like this:
[ table ]
[ tr ][ /tr ][ /table ]
And then add first column with click on "Insert table column" In the row you just created. Like this:
[ table ][ tr ]
[ td ][ /td ][ /tr ][ /table ]
To add another column place cursor between the end of first column and the end of the row, and add another column, like this:
[ table ][ tr ][ td ][ /td ]
[ td ][ /td ][ /tr ][ /table ]
To add another row place cursor between the end of the row and end of the table and insert row:
[ table ][ tr ][ td ][ /td ][ td ][ /td ][ /tr ]
[ tr ][ /tr ][ /table ]
You don't have to separate rows with "Enter" but it will be easier for you to track down where which row begin.
You type text between [ td ][ /td ] - columns:
[ table ][ tr ][ td ]1[ /td ][ td ]2[ /td][ td ]3[ /td ][ /tr ]
[ tr ][ td ]4[ /td ][ td ]5[ /td ][ td ]6[ /td ][ /tr ][ /table ]
And you'll get this:
You can also use quote to see how some tables are done.
Now to get what Twinmum wants here is a code with spaces to see how it is looking in post, and the final result as seen in post.
[ table ][ tr ][ td ][ b ]Name of the house[ /b ][ /td ][ td ]Image of the house[ /td ][ td ]Description[ /td][ td ]Download Link[ /td ][ /tr ]
[ tr ][ td ]First House Name[ /td ][ td ]First House Image link[ /td ][ td ]First house Description[ /td ][ td ]link to Swap Shop[ /td ][ /tr ][ /table ]
Name of the house | Image of the house | Description | Swap Shop Link |
First House Name | | First house Description | Link |