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 <archean...@gmail.com>

>
> 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+unsubscr...@googlegroups.com.
> 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.

Reply via email to