The code below is the code to create the table, right? If you want to add a row to the table, copy the code and paste it right below to add a row to the table, right?
<table style=”margin: auto; text-align: center; width: 100%; max-width: 600px;”>
<tbody>
<tr>
<td style=”text-align: left;”></td>
<td style=”text-align: right;”></td>
</tr>
</tbody>
</table>
Best Regards.