quote:
Originally posted by WDZ
quote:
Originally posted by Chris Boulton
<table>
<tr>
<td>Test</td>
</tr>
</table>
<div>Test</div>
But what if I want one button on the far left of the page and one button on the far right, both right across from each other? With the table, you just add another <td> but with the <div> WTF do you do?
you use other elements inside the div such as <span> or <p>