xxxxxxxxxx
<!--Make cell invisible without removing it all together-->
<table>
<thead>
<tr>
<th style ="visibility: hidden;"></th>
<th style ="visibility: visible;"></th>
<th style ="visibility: hidden;"></th>
</tr>
</thead>
<tbody>
<tr>
<td style ="visibility: hidden;"></td>
<td style ="visibility: visible;"></td>
<td style ="visibility: hidden;"></td>
</tr>
</tbody>
</table>