Kod
<table>
<td>1</td>
<td>2</td>
</table>
<td>1</td>
<td>2</td>
</table>
i
Kod
<div>1</div>
<style type="text/css"> #centruj { width: 400px; text-align: left; margin: 0 auto; } #lewo { float: left; width: 200px; background: #6F6; height: 300px; } #prawo { float: right; width: 200px; background: #6FF; height: 300px; } </style> <div id="centruj"> <div id="lewo"> </div> <div id="prawo"> </div> </div>