How to print a group display individually from its content?
问题 I'm using Zend Framework and Zend_Form to render my form. But as I found it hard to customize it, I decided to print elements individually. Problem is, I don't know how to print individual elements inside a display group. I know how to print my display groups (fieldsets) but I need to add something inside it (like a <div class="spacer"></div> to cancel the float:left . Is there any way to display the group only without its content so I can print them individually myself? Thank you for your