Hello, I wrote a small article in my blog.
 
http://cakephp.seesaa.net/article/24687605.html
 
You can change style sheet, Try this:
 
<STYLE TYPE="text/css"><!--
input {
display:inline;
}
--></STYLE>
Shun

 
2006/10/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

Hi there,

I would like to use 2 radiobuttons for a selection. It should like like
this:

choice 1   choice 2
   °              °

My code looks like this:
$html->radio('Form/selection', array('E-Mail' => 'E-Mail', 'FAX' =>
'FAX'));

But on the website it looks like this:

   °
choice 1
   °
choice 2


How can I change the way the radiobuttons are aligned? Can the
parameter "inbetween" help me with this problem`?


Thanks,
Felix



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to