Reputation: 6058
Is there a way i can have one form field set through out two divs? Basically ill have one div float left, one div float right, and through those two divs ill have a few form fields spread out. How would i approach this or should i just do it like below?
<FORM>
<DIV float left>
...fields...
</DIV>
<DIV float right>
...more fields ... and submit ...
</DIV>
</FORM>
Upvotes: 0
Views: 88