Can anyone help with Perch CMS?

I am setting up Perch on an existing client website.

It seemed simple until I got to editable regions/creating template using tables!

I want quite simply to insert my code

<table border=“1” width=“90%”>
<tr>
<td> <img src=listings/example.jpg> </td><!-- item 1 photo–>
<td> <img src=listings/example.jpg> </td><!-- item 2 photo –>
<td> <img src=listings/example.jpg> </td><!-- item 3 photo –>
<td> <img src=listings/example.jpg> </td><!-- item 4 photo –>
<td> <img src=listings/example.jpg> </td><!-- item 5 photo –>
</tr>
<tr><!-- Row 2 –>
<td>
<P> <b>This Text Box</b><br> <!-- item 1 text–>
is for your items description<br>
Price £
</td>
<td>
<P> <b>This Text Box</b><br> <!-- item 2 text–>
is for your items description<br>
Price £
</td>
<td>
<P> <b>This Text Box</b><br> <!-- item 3 text–>
is for your items description<br>
Price £
</td>
<td><P> <b>This Text Box</b><br> <!-- item 4 text–>
is for your items description<br>
Price £
</td>
<td><P> <b>This Text Box</b><br> <!-- item 5 text–>
is for your items description<br>
Price £
</td>
</tr>
</table>

And for the client to be able to edit, add/replace within a WYSIWYG editor

I have added a CKEditor plugin but have spent the last 2 days trying to work out how I can simply upload this code correctly.

I have tried creating 6 or 7 different templates with/without editable regions but am really stuck, has anyone got a simple solution please?