It looks like there is something in your installation adding additional < br > and < p > tags. Take a look at the source of the rendered page.
[html]
<div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_3' class='button gform_button' value='Verzenden' tabindex='12' /><br />
<input type='hidden' class='gform_hidden' name='is_submit_3' value='1' /><br />
<input type='hidden' class='gform_hidden' name='gform_submit' value='3' /><br />
<input type='hidden' class='gform_hidden' name='gform_unique_id' value='500698373c74f' /><br />
<input type='hidden' class='gform_hidden' name='state_3' value='YToyOntpOjA7czo2OiJhOjA6e30iO2k6MTtzOjMyOiJmYzc0YTMyYTEzMzg1ZDFlYWEzNTQxNjkyZmM2NzUzNCI7fQ==' /><br />
<input type='hidden' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='0' /><br />
<input type='hidden' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' /><br />
<input type='hidden' name='gform_field_values' value='' /></p></div>
</p></form>
</p></div>
Those < br > should not be at the end of each line, and the < p > tags should not be there at the end. Try a different theme and see if the problem persists. I suspect it will not.
It could also be coming from a plugin. You can test for both theme and plugin conflicts by following the instructions here http://rkt.gs/testing
Posted 12 years ago on Wednesday July 18, 2012 |
Permalink