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 *</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.