• HI.
    I want to have some drop down-boxes on one of my pages. And I dont know how to get them side by side.
    It appears like this now:

    Box1
    Box2
    Box3

    I want to have it like this:

    Box1 Box2 Box3

    This is the code I am using at the moment. What do I need to change?
    Thanks ??

    <center><p style = "font-family:Helvetica; font-size:20px;  text-decoration:none;title="A">A </a><select onchange="javascript: window.location = '/' + this.value">
    <option value = ""> <center>Velg Kategori</center></option>
      <option value="A1">A1</option>
    <option value="A2">A2</option>
    </select> </center>
    
    <center><p style = "font-family:Helvetica; font-size:20px;  text-decoration:none;title="B">B </a><select onchange="javascript: window.location = '/' + this.value">
    <option value = ""> <center>Velg Kategori</center></option>
      <option value="B1">B1</option>
    <option value="B2">B2</option>
     </select> </center>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to get Drop-down Boxes side by side’ is closed to new replies.