- Edit the relevant page
- Click the text button – this switches you to html
- then add the following code.
<table width=”100%” cellspacing=”3″ cellpadding=”3″>
<tbody>
<tr>
<td></td>
<td>(</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
- switch back to visual mode
- You will now see a table
- click in each column and just add your content – text, images etc
The above code will create two rows with two columns/cells.
If you you want more rows with 2 columns then just copy and paste:
<tr>
<td></td>
<td></td>
</tr>
If you want to create 3 columns then copy and paste <td></td>.