The order form on our web site is located at http://richardpyznar.com/order/
What we want to be able to allow customers to order up to a dozen different items right from this page. Each item has 6 fields that must be filled out (area, catalog, catalog #, price, condition and quantity). I want all 6 of these fields to appear inline, next to each other. However, when I try to use the Ready Class gf_inline, it gets messed up. Our site's width is 960px, so there should be plenty of room to run these 6 fields together on one line. Any idea what the issue is, and how I can fix this?
If I remove the Ready Class, and divide it up by thirds, it looks fine, but then it puts all this order info for one item onto two rows. Is there any way to divide it into sixths?