[support] need to display radio as horizontal

bharani kumar bharanikumariyerphp at gmail.com
Mon Nov 3 07:49:20 UTC 2008


This is the code,

function reservation_form(){

    $form['option_city'] = array(
        '#type' => 'radios',
        '#title' => t('City'),
        '#description' => t('Select a method for deleting annotations.'),
        '#options' => array(
        t('City'),
        t('Address'),
        ),
        '#default_value' => variable_get('option_city', 0) // default to
Never

    );


    return $form;

}

display the radio button as vertically,

But i want to display horizontally


what i do

-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyer.hyperphp.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20081103/642f2a0b/attachment-0001.htm 


More information about the support mailing list