SyntaxFix
Write A Post
Hire A Developer
Questions
You can make td's align without changing the css by adding a div with a class of "text-center" inside the cell:
<td> <div class="text-center"> My centered text </div> </td>