Maybe look more at the html it produces and any css that might help.
Seeing that page you are having the problem with might help some.
On Fri, Feb 22, 2008 at 2:38 PM, Enzo Labianca <[EMAIL PROTECTED]>
wrote:
>
> Hi James,
> thanks for your help! Unfortunately, I continue not to display the element
> how I'd like.
>
> $options = array('R' => 'red', 'G' => 'green', 'B' => 'blue');
> $colors = new Zend_Form_Element_Radio('colors');
> $colors->setRequired(true)
> ->setValue('R')
> ->setOptions(array('separator' => ''))
> ->setMultiOptions($options );
>
> With or without setOptions(), it's the same, not on the same line!!! Why?
> If I look at the html source code of the web page, with the
> setOptions(array('separator' => '')), the tag <br /> go away, but even if
> this case, the element continues to be displayed not in the same line.
> --
> View this message in context:
> http://www.nabble.com/Zend_Form---How-to-display-Elements-on-the-same-line-tp15630122s16154p15633977.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>
--
/James