Hi

A simple form like

login = form.Form(
    form.Textbox('username'),
    form.Password('password'),
    form.Button('Login'),
)

displays all the out put fields on newlines in the html

I want to display username and password on the same line.

That can be done if I start rendering individual elements and use '\'
for newline supression but I want to know if something can be done in
the forms itself

Cheers
PK

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to