added to
-
I am trying to make a list of options in an enquiry form. The spacing is annoying because a <br> is added between <label>elements.
<p class="input"><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_HighContributionCulture" value="High Contribution Culture" > High Contribution Culture</label><br><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_LeadershipandTalentDevelopment" value="Leadership and Talent Development" > Leadership and Talent Development</label><br><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_OperationalEfficiencyandEffectiveness" value="Operational Efficiency and Effectiveness" > Operational Efficiency and Effectiveness</label><br><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_CulturalandChangeManagement" value="Cultural and Change Management" > Cultural and Change Management</label><br></p>
In the php creating the html you have some \n\r which probably creates that <br>. That <br> seems to create a large space between lines. I don’t know how to narrow this gap. Could you help?I do like this plugin very much and commend it to others. Thank you for your hard work.
The topic ‘added to’ is closed to new replies.