When I publish a form the side modules and footer are shifted down.
Can this be resolved?
See screenshots.
Best,
Harald
Can this be resolved?
See screenshots.
Best,
Harald
Hi Harald,
Hard to tell without seeing the live form. Most likely a broken div, could be CSS though.
Bob
Hard to tell without seeing the live form. Most likely a broken div, could be CSS though.
Bob
Hi Bob,
Here is a link to the live form:
http://www.haraldsuilen.nl/component/option,com_chronocontact/chronoformname,Test_contact_form/lang,nl/
Any suggestions?
Here is a link to the live form:
http://www.haraldsuilen.nl/component/option,com_chronocontact/chronoformname,Test_contact_form/lang,nl/
Any suggestions?
Hi Harald,
Well there appear to be some divs that are broken up by table elements. For example here there are two divs opened but not closed:
Bob
Well there appear to be some divs that are broken up by table elements. For example here there are two divs opened but not closed:
<td colspan=2>
<div class="form_item">
<div>
<label class="cf_label">Neem a.u.b. de afgebeelde code over:*</label>
</td>
Browsers will have trouble handling this. You need to make sure that any divs are closed inside the same <td> tag to avoid problems.Bob
This topic is locked and no more replies can be posted.