form=SPAN(SPAN('Default Group', _class='label'),
SELECT(group_names, _name='group', _id='hospitalDropdown',
_class="select"),
SPAN(INPUT(_type='submit', _value="Submit")))
do i have to create span like this??Best Regards, Waqas Iqbal | Associate Software Engineer [image: Inline image 1] <http://www.knysys.com/> W +92-21-34972358 | M +92-342-3146972 Gtalk: waqasiqbal.knysys| [email protected] <[email protected]>** www.knysys.com | www.knyapps.com On Thu, Feb 21, 2013 at 3:11 AM, Waqas Iqbal <[email protected]> wrote: > thanks Niphold ..it works!! > cheers > > Best Regards, > > Waqas Iqbal | Associate Software Engineer > > [image: Inline image 1] <http://www.knysys.com/> > > W +92-21-34972358 | M +92-342-3146972 > > Gtalk: waqasiqbal.knysys| [email protected] <[email protected]>** > > www.knysys.com | www.knyapps.com > > > On Thu, Feb 21, 2013 at 2:58 AM, Niphlod <[email protected]> wrote: > >> 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]: >>> >>> 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. >> >> >> > > -- --- 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.
<<image.png>>
<<image.png>>

