While inspecting the elements, I noticed the presence of <tbody>
, within which <tr>
is nested. The issue arises when the tbody
element has 100% height and width as intended, but <tr>
always falls short by 4 pixels in height even when styled at 100%
Moreover,
Within this structure, there are two td
s with widths set at 20% and 80%, respectively. Both cells seem to have unwanted border-like features that I have been unable to eliminate. It resembles margin, yet no solution has presented itself so far.
This query may be somewhat convoluted, but a resolution continues to elude me.