How to show 2 select boxes side by side that is horizontally

Discussion in 'HTML & Website Design' started by digitalarts, Aug 6, 2009.

  1. #1
    In my form I am putting a select box with 3 options,

    I want to show all the three options Yes, No and Dun know all in one line...
    How can I mplement that?

    My code for the select box is

    <label class="formFieldQuestion">Do you know&nbsp;*</label><select class=mainForm name=field_4 id=field_4><option value=''></option><option value="Yes">Yes</option><option value="No">No</option><option value="Dun know">Dun know</option></select></li>
    Code (markup):

    Please help me in this regard. Correct answer will be repped.
     
    digitalarts, Aug 6, 2009 IP