Re: [web2py] Re: Submit button in next line

2013-02-21 Thread Waqas Iqbal
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 [i

Re: [web2py] Re: Submit button in next line

2013-02-21 Thread Waqas Iqbal
thanks Niphold ..it works!! cheers Best Regards, Waqas Iqbal | Associate Software Engineer [image: Inline image 1] W +92-21-34972358 | M +92-342-3146972 Gtalk: waqasiqbal.knysys| wiq...@knysys.com ** www.knysys.com | www.knyapps.com On Thu, Feb 21, 2013 at 2:58 AM,

[web2py] Re: Submit button in next line

2013-02-21 Thread Niphlod
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, waqasiqb...@gmail.com wrote: > > how i put my submit button in next line , my submit button is in form and > that form is in my controlle