On 22:02, [EMAIL PROTECTED] wrote: > http://www.vikingroofing.com/temp/request.shtml > > On this form is there a way I can get each instance of LABEL and its > associated INPUT tag to act as a block-level element together so that > I don't have to put double BR tags after each . . . or resort to using > tables . . . or wrapping each pair in a DIV tag?
Depending on the layout, you can... float: left; clear: left; on the label. -Steve -- Steve Axthelm [EMAIL PROTECTED] ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
