Yii CHtml::radioButtonList - CSS to align horizontally
问题 I am using yii framework for my development . I wrote CSS and able to align my <input tags in html properly and I am using the same CSS for yii and the alignment is messed up . Could some help me on this ? I wanted it to be displayed like below Here is the yii code I have <div id="gender"> <label>Gender :</label> <?php echo CHtml::radioButtonList('gender_code','',array('Male'=>'Male','Female'=>'Female'),array('separator'=>'')); ?> </div> CSS <style type="text/css"> div#gender { margin-top