I find myself mostly defaulting to custom forms for anything that an end user sees. For internal app admin stuff, I am usually happy with whatever web2py produces automatically.
On Jun 16, 10:53 am, Johann Spies <[email protected]> wrote: > On 16 June 2010 16:44, weheh <[email protected]> wrote: > > > Find out the id or class of the radio buttons. Use firebug to see, or > > look at the "CSS Conventions" section of the doc. You may need to > > resort to a custom form, but I doubt it. Then set the css attribute: > > display: inline; should probably do it. You may need to float the > > first one ... not sure about that, though. > > Thanks. Firebug showed me that SQLForm is using a table to do it. I > will probably have to make a custom form. > > Regards > Johann > > -- > "Finally, brethren, whatsoever things are true, whatsoever things are > honest, whatsoever things are just, whatsoever things are pure, > whatsoever things are lovely, whatsoever things are of good report; if > there be any virtue, and if there be any praise, think on these > things." Philippians 4:8

