You are able to span a form across a few divs. What I realized though
is that there must be an equel number of divs between the Form tags to
work properly

for example this will work

<form>
<div> random content </div>
<div> my form elements to submit </div>
<div> content </div>
<div> content</div>
submit button
</form>

This will not work for me, and this is what I was trying to do from
the get go.


<form>
<div> random content </div>
<div> my form elements to submit </div>
<div> content </div>
<div> content
submit button
</form>
</div>

Necmettin, thanx for the help!

Reply via email to