| Jim Moe 2006-08-27, 6:37 pm |
| TomB wrote:
>
> http://deimos.curious.be/~dusk/cont...on=show_booking
>
> As you can see the radio/check buttons do not line up with their label.
> It works with the input fields (like name/email), but only because I
> gave those a width so that the label + input field fill the formset.
> Obviously I don't want to specify a width for radio/check buttons,
> because it looks silly on browsers applying that with. Any other ideas?
>
I've found no universal solution to form layout.
The <label><input> (or <input><label> ) pair should be put in a <p>, and
the width for the <label> set as required for each form instance.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|