quote:
Originally posted by WDZ
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 but with the
<div> WTF do you do?
<div style="float: right; width: auto;">Right</div>
<div>Left</div>
or..
<div style="float: left; width: auto;">Left</div>
<div style="text-align: right;">Right</div>
Or numerous other ways