You can chain together multiple classes on a single element, eg <div class="input floatleft">. But your question is more related to stylesheets, rather than CakePHP. You should consult the Google oracle for more information on CSS.
On Jun 24, 3:24 pm, Amy1234 <[EMAIL PROTECTED]> wrote: > can I overide the <div class ="input"> in my css class to how I want > all my forms to be? > > On Jun 24, 2:27 pm, trooney <[EMAIL PROTECTED]> wrote: > > > Google CSS & Floats to find articles on how to dynamically position > > elements on a page. > > > If you've baked your views with 1.2, your form elements are wrapped in > > <div class="input"> tag. A quick and dirty method would be applying > > the style attribute directly to the divs wrapping the title and author > > elements, then clearing the next div element after these two. > > > On Jun 24, 1:26 pm, Amy1234 <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I have googled this but is unable to find out how to do this. On my > > > forms instead of vertically listed fields such as:Title: ______ > > > Author: _______ > > > > I would like it to be: Title: ________ Author: ________ > > > > how would I do that. > > > > Thanks for your help > > > Amy > > > > "________" would be the input box. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
