Hi I have used Zend_Form earlier for creating a Music Album CMS. I was thinking about making a login system later using Zend_Form so that it "looks" like Facebook login, where the input fields are next to eachother.
How can I CSS style Zend_Form like Facebook login? Using the below 3 aiding links for testing first. Focusing on 4 things primarily: TEXT: Artist INPUT FIELD: artist TEXT: Title INPUT FIELD: title Because I was thinking about assigning unique CSS class names to each 4 of the above so that I can easily control their positions and layouts. What do you think about that approach? *Music Album - Input Fields* http://i49.tinypic.com/huk0mu.jpg *Music Album - HTML* http://pastebin.com/m6b0821f *Album Zend_Form* http://pastebin.com/mbe2e91b /Darth apprentice
