I actually wanted to append the style to the form tag itself, not its elements. So like <form style='display:inline'> What I am getting is that this isn't possible?
On Monday, October 28, 2013 5:56:45 PM UTC-4, Ramos wrote: > > maybe in your controller... > > form.element(_name='email')['_class'] = "campo_email" > form.element(_name='first_name')['_class'] = "campo_nome" > form.element(_name='last_name')['_class'] = "campo_sobrenome" > form.element(_name='password')['_class'] = "campo_senha" > form.element(_name='password_two')['_class'] = "campo_confirmacao" > > > > 2013/10/28 <arche...@gmail.com <javascript:>> > >> >> I was wondering how to put a style on a form tag. >> {{login_form.custom.begin['_**style']="display:inline"}} fails with >> error <type 'exceptions.TypeError'>('XML' object does not support item >> assignment) >> >> Thank you in advance! >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> 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 web2py+un...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.