Hi,

I am trying to display a submit button next to a text field but I can
only get it to appear BELOW the ntext field and not next to it.

Here is what I have in controller.py


class AddImageSearchFields(WidgetsList):
    queryterm = TextField(name="queryterm", attrs = {'size':31},
label='')



add_imagesearch_form = TableForm(fields=AddImageSearchFields() ,
submit_text='Search Images',  action='/searchresults', )

Can anyone tell me how I can get the button to appear next to the
textfield*

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to