On Monday 15 Nov 2010 22:30:04 Steve Rayner wrote: > however i still get the dt and dd html tags. > > > > am i doing this wrong? > > is there a simple way to turn off this feature for all forms. I'm finding > that these tags are making my css more complicated than it needs to be.
The dt and dd are rendered by the Zend_Form_Element::loadDefaultDecorators(). The label gets inside a <dt> and another HtmlTag (<dd>) is added. If you're able to override the loadDefaultDecorators() and place your own decorators there, your problem will be solved. Regards, Jurian -- Jurian Sluiman Soflomo - http://soflomo.com
