Re: [WSG] To table or not to table, the form question

2005-05-01 Thread tee
Thank you Kornel, How exactly do I write this * html div {clear: both;} in my html? tee There you go: divinput /label /div div class=oddinput /label /div div {float: left; clear: right; width: 49%;} * html div {clear: both;} div.odd {float: right; width: 49%;} h3 {clear: both;}

Re: [WSG] To table or not to table, the form question

2005-04-30 Thread Kornel Lesinski
On Sat, 30 Apr 2005 21:41:11 +0100, tee [EMAIL PROTECTED] wrote: I need to create a complex online order form that look something like this: http://www.melsmarket.com/cgi-bin/orderonline.cgi Haven't start yet but I already imagine it will be a big headache if using CSS, especially copying

RE: [WSG] To table or not to table, the form question

2005-04-30 Thread Hugues Brunelle
That a good solution but I think you could simplify it by this : label input / Whatever your term that must appear after your input text box /label Where : label {float: left; clear: none; width: 49%;} -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL