Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <table style='width:100%;' cellspacing=0 cellpadding=0>
    <tr>
      <td>
        1
      </td>
      <td>Lorem ipsum dolor sit amet, consectetur adipisicing tempor incididunt ut labore et 
      </td>
      <td style='white-space:nowrap;'>
        <div style='white-space:nowrap; height:50px;background-color:yellow;float:left;'>
          <input type='checkbox' class='myCheck' />
          <span  class='mySpan'>Yes</span>
        </div>
      </td>
      
    </tr>
  </table>
</body>
</html>
 
td
{
  border:solid 1px green;
}
.myCheck
{
  float:left;
  margin-top:16px;
}
.mySpan
{
  float:left;
  margin-top:12px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers