Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cd

    (@colindaly)

    I know this seems like a trivial thing but it is driving me nuts. I have gone through the plugin code time and time again and cannot find the line that adds this br line-break. Anyone?

    Plugin Author Matthew Muro

    (@mmuro)

    There are no break tags in the form output (except at the very end of a fieldset).

    Please check the FAQ on resolving theme/plugin conflicts.

    I have exactly the same problem.

    <p id="pa-fieldnames"><span style="padding-left:10px;float:left; width:190px;margin-top:3px;">* Country:</span><select name="country" id="f_country" class="pa-boxes" width="120"><option value="">[Select country]</option>

    is output as:

    <p id="pa-fieldnames"><span style="padding-left:10px;float:left; width:190px;margin-top:3px;">* Country:</span><br />
    <select name="country" id="f_country" class="pa-boxes" width="120">
    <option value="">[Select country]</option>

    Very frustrating!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additional line break after label / select?’ is closed to new replies.