Hi, I wanted to create a horizontal "search" prompt using the code below. I tried using TD tag after TR on all the fields but unfortunately the display was still vertical. Can somebody help me, please? Thanks
form = FORM(TABLE(TR("", INPUT(_name="submit", _type="submit", _value="Search")),\ ("", INPUT (_name="idno",_size=8,_maxlength=10)),\ ("", INPUT (_name="lnam",_size=20,_maxlength=30)),\ ("", INPUT (_name="fnam",_size=20,_maxlength=30)),\ ("", INPUT (_name="mnam",_size=20,_maxlength=30)) ) ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---