I’ve got a div inside an HTML table cell, but I can’t get it to fill the whole cell.
<body style="background-color: ButtonFace;">
<form id="form1" runat="server">
<table border="1" style="border-collapse:collapse; border-color:Red;">
<tr>
<td>
<div style="border:solid 1px green;background-color: Yellow;">
test
</div>
</td>
</tr>
</table>
</form>
</body>
It has a gap, where the (grey) background shows through.

I’m sure it must be really easy to remove it, but I just can’t figure out how.
Please apply
To the
tdOr you may try to use