quote:
Originally posted by Lee Jeffery
you use other elements inside the div such as <span> or <p>
Duh.
That info alone isn't helpful.
quote:
Originally posted by Chris Boulton
<div style="float: right; width: auto;">Right</div>
<div>Left</div>
Float, eh?
What exactly does that do? And why do you need "width: auto"?
So can you actually have 2 divs on the same "line" (not above or below the other) without using tables?