I have a mockup of a website to create. The mockup shows sometimes three fields in a line - with the label for the textbox/dropdown etc. above the input element. I am not allowed to use a table which would make this fairly painless. How do I format this so I can get multiple controls on the same line using Divs/css etc?
I put a <br /> between the label and the textbox and that gets me the label above the input element - but that doesn't keep the other elements I want on that line in place.
I put a <br /> between the label and the textbox and that gets me the label above the input element - but that doesn't keep the other elements I want on that line in place.