Reseting and Fixing Table Code
Search for paste below css code above it.
Css
/* CSS Reset & Fix Table code */
table, tbody, thead, tr, th, td{ margin: 0; padding: 0;}
table {margin:15px 0; font-family: arial, sans-serif; font-size:13px; border-collapse: collapse; width: 100%;}
td, th {border: 1px solid #ddd; text-align: left; padding:8px 10px;}
tr:nth-child(odd) {background: #F4F4F4;}
Copy and paste below table code inside post editor & click Publish.
Html
<table>
<tr><th>Edit Table Heading Here</th><th>Location</th></tr>
<tr><td>Basic Description written</td><td>Moved</td></tr>
<tr><td>Other material from Division</td><td>Moved</td></tr>
<tr><td>Closed tags placed below</td><td>Moved</td></tr>
</table>
Live Demo