SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply hide the <td> tag content by just including a style attribute: style = "display:none"
<td>
style = "display:none"
For e.g
<td style = "display:none" > <p> I'm invisible </p> </td>