I have web.py 0.23,
The following code dosent make the Form displayed in <divs>, did i
placed the use_table argument right?

addform = form.Form(
    form.Dropdown("master",
    form.Textbox("titel"),
    form.Textarea("content"),
    use_table=False
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to