Use CSS to control how your form elements float in the browser. For example set the size of the DIV with class "input", then set the width of the LABEL to 20% and the width of the INPUT to 75%. May be necessary to use float:left. Enjoy, John
On Apr 19, 8:15 am, sebb86 <[email protected]> wrote: > Hello, > > when i create my automagic form elements, they look like: > > label // ---> new line > empty text field > > Can i disable this word wrap? > > Thanks! > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > 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 > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
