#div2 { margin-left: 34%; width: auto; } </style> </head> <body> <table> <tr> <td> Some content. </td> </tr> </table> <div id='div1'> This div smells funny. </div> <div id='div2'> This div has a <em>strange</em> and rather pleasing about it. </div> </body> </html>