Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>text affecting table cell width</title>
</head>
<body>
    <table cellpadding="0" cellspacing="0">
      <tbody>
         <tr>
          <td class="header" colspan="2">
              <h1>
                ThisismytitlexxxxxxxxxxxXX
              </h1>
          </td>
        </tr>
        <tr>
          <td id="sidebar"></td>
          <td class="main">
              <div class="bubble">lorem</div>
          </td>
        </tr>
    </tbody>
  </table>
    
</body>
</html>
Output

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

Dismiss x
public
Bin info
Chockyeggpro
0viewers