Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS table border spacing inside only</title>
</head>
<body>
  <div class="ref">
    reference div
  </div>
  
  <table>
    <tr>
      <td>a</td>
      <td>bb</td>
      <td>ccc</td>
    </tr>
    <tr>
      <td>dddd</td>
      <td>eeeee</td>
      <td>ffffff</td>
    </tr>
    <tr>
      <td>ggggggg</td>
      <td>hhhhhhhhh</td>
      <td>iiiiiiiiiiiiii</td>
    </tr>
  </table>
  <div class="ref">
    reference div
  </div>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
tlindigpro
0viewers