Forum OpenACS Development: Re: Making OpenACS useful out of the box

Collapse
Posted by Dave Bauer on
Jarkko

Try this:

<div>
<div style="float: left; width: 50%">foo</div>
<div style="float: left; width: 50%;">bar</div>
</div>

(I am not totally sure you need the outside div :)