<!doctype html>
<style>
table {
empty-cells: hide;
border-collapse: collapse;
}
td {
padding:0;
}
</style>
<table>
<td></td>
<td colspan=2></td>
<td></td>
</table>
</div>
<!doctype html>
<style>
table {
empty-cells: hide;
border-collapse: collapse;
}
td {
padding:0;
}
</style>
<table>
<td></td>
<td colspan=2></td>
<td></td>
</table>
</div>