• Hello! I want to implement a dropdown menu in my Contact Form 7, I use this HTML code:

    <label> Country: *
    <td class=”cr25″><select name=”country” class=”drp” style=”width:250; height:20″ width=250>
    <option value=””>Select</option>
    <option value=”20″>Argentina</option>
    <option value=”30″>Brazil</option>
    <option value=”40″>Colombia</option>
    <option value=”Other”>Others</option>
    </select>
    </td>
    </label>

    But when I use it, it appears with the center aligned, and I can’t change it if I set the align=left tag.
    Can you help me, please?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown menu error’ is closed to new replies.