Hi all, This is the HTML that was generated by my form elements: http://bin.cakephp.org/view/1808069180 <http://bin.cakephp.org/view/1808069180>
The relevant information is located from line 3202 to 3347. Basically, say I have a drop-down. I'd like it to be one next to each other (or better yet, have table tags be generated). <form enctype="application/x-www-form-urlencoded" action="" method="post"><dl class="zend_form"> <dt id="passFail00-label"> </dt> <dd id="passFail00-element"> <select name="passFail00" id="passFail00"> <option value="P" label="Pass" selected="selected">Pass</option> <option value="F" label="Fail">Fail</option> </select></dd> ... </form> How can I get this to display horizontally? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-to-get-form-elements-in-a-row-tp4658829.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com