I get something like this: http://www.nabble.com/file/p16627785/ZRRtnF_gw9g57KTgh0q-b.jpg
But i want to have like this: http://www.nabble.com/file/p16627785/siM2Y_yJCCkq9za4JvrY5.jpg My code: $test_options = array('N'=>'Ne', 'D'=>'Da'); $test = new Zend_Form_Element_Radio('radiotest',array('label_style' => '')); $test -> setMultiOptions($test_options) -> setOptions(array('separator' => '')) -> addDecorators(array( array('HtmlTag', array('' => '')), array('Label', array('' => '')), )); How i can do that? please help -- View this message in context: http://www.nabble.com/Haw-i-can-get-Radio-button-into-desired-position-tp16627785p16627785.html Sent from the Zend Framework mailing list archive at Nabble.com.
