I am working on an order form that I set to two column float left

  item 1   item 2
  item 3   item 4
  item 5   item 6
  item 7   item 8

My html code looks like this:
<div class="twoCol">
    <label>item 1</label>
    <label>item2</label>
</div>
<div class="spacer">&nbsp;</div>

<div class="twoCol">
    <label>item 3</label>
    <label>item4</label></div>.....

Is it possible to make it this way and make IE happy at the same time?

<div class="twoCol">
    <label>item 1</label>
    <label>item 2</label>
    <label>item 3</label>
    <label>item 4</label>
    <label>item 5</label>.....
</div>
So that I don't need to put a spacer class in between every two items.

Tee

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to