SyntaxFix
Write A Post
Hire A Developer
Questions
table { border-spacing: 10px 0px; } .rightborder { border-right: 1px solid #fff; }
Then with your code you can:
<td class="rightborder">whatever</td>
Hope that helps!