your outer container is a span, and by default span are inline-blocks. Use a separate SPAN for the submit.
On Thursday, February 21, 2013 11:50:12 AM UTC+1, [email protected] wrote: > > how i put my submit button in next line , my submit button is in form and > that form is in my controller's function > form=SPAN(SPAN('Default Group', _class='label'), > SELECT(group_names, _name='group', _id='hospitalDropdown', > _class="select"), > INPUT(_type='submit', _value="Submit")) > i want to move this button in nextline > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

