I am unable to add only outer body to HTML table in CKEDITOR. I have tried to remove inner border from advanced option in CKEDITOR but that is not working as well.
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
  <tbody>
    <tr>
      <td border="0"> </td>
      <td border="0"> </td>
      <td border="0"> </td>
    </tr>
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
  </tbody>
</table> 
     
     
    