Cake has no solution for this. css and html however, do. Instead of using html->input, use the corresponding function that does not wrap the form elements in anything, such as html->select or html->text etc. Then, use your own css and html to get it to do what you want.
On Aug 18, 5:20 am, Malcolm Krugger <[EMAIL PROTECTED]> wrote: > Whenever I user $form->input in templates invariably it outputs one > below the other > > How do I make a 2 column form using $form->input tags ? > > Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
