For example, add a style to table: <table style="margin-bottom: 30pt">
. Or simply add <br/><br/>
after the table (after </table>
). To insert an empty row, you can also add <tr><td colspan="7"><br /></td></tr>
, where colspan is the number of columns.
To find an appropriate solution, show details about the elements and table .