Do I understand you correctly, that you don't want the other fields (name, index, status, etc.) to have the label aligned horizontally with the input field?
Assuming that you do want them horizontally aligned, I usually never use 100% in total for the label and the input field, as there usually are some differences between browsers, so try to lower the input field from 75% to 73% and see what happens. Enjoy, John On Apr 19, 1:50 pm, sebb86 <[email protected]> wrote: > Hello John, > > thank you very much! > > With this code, it looks like in the following screenshot: > [code] > .input > { > width:45em; > float:left; > > } > > .input label > { > width:25%; > float:left; > > } > > .input input > { > width:75%; > float:left; > > } > > .input input[type=checkbox] > { > float: none; > width: 0em;} > > [/code] > > Screenshot:http://www.zshare.net/image/751380505863bb50/ > > So my last question is, how can i make a word-wrap for "common" input > fields? [snip] 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
