Eine Tabelle wird so definiert. Es ist auch nicht notwendig Zeilenumbrüche zu machen.
<table border="1" rules="groups">
  <thead>
    <tr>
      <th>Header</th>
    </tr>
  </thead>
  <tfoot>
    <tr>
      <td>Footer</td>
    </tr>
  </tfoot>
  <tbody>
    <tr>
      <td>Body</td>
    </tr>
  </tbody>
</table>
Für den (sch...) Knuddelseditor dann so:
<table border="1" rules="groups"><thead><tr><th>Header</th></tr></thead><tfoot><tr><td>Footer</td></tr></tfoot><tbody><tr><td>Body</td></tr></tbody></table>
            
            
       	                              _________________________
Das Lesen ist eine Tugend!