I was trying to solve this issue and found out that you can suppress
the fieldset tags by setting the 'legend' option to false, ie:

<?php echo $form->radio('Model.fieldname', array('option 1', 'option
2'), array('legend'=>false); ?>

HTH,
Rich


On Oct 13, 3:36 am, burzum <[EMAIL PROTECTED]> wrote:
> How can i remove thefieldsetand legend around $form->radio()???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to