SyntaxFix
Write A Post
Hire A Developer
Questions
Apply this to your first <td>:
<td>
padding-right:10px;
HTML example:
<table> <tr> <td style="padding-right:10px">data</td> <td>more data</td> </tr> </table>