79413380

Date: 2025-02-05 00:41:18
Score: 2
Natty:
Report link

Just use the cellspacing attribute.

<div style="width:750px;">
  <table style="width:30%;" border="0" cellspacing="0">
    <tr>
      <td style="width:40%; background-color: red; height:150px;"></td>
      <td style="width:60%; background-color: yellow; height:150px;"></td>
    </tr>
  </table>
</div>

First result in google in this similar question: https://stackoverflow.com/a/2279510/22492703

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lubomyr Pryt