240029-1-ref.html (349B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type="text/css"> 5 body { 6 font-size: 10px; 7 } 8 .float { 9 width: 100%; 10 float: left; 11 height: 10px; 12 padding-bottom: 10px; 13 } 14 table { 15 clear: left; 16 } 17 </style> 18 </head> 19 <body> 20 <div class="float"></div> 21 <br> 22 <table cellpadding="0" cellspacing="0"> 23 <tr> 24 <td>should_be_at_left_edge</td> 25 </tr> 26 </table> 27 </body> 28 </html>