soniccool
soniccool

Reputation: 6058

One form field throughout two DIVS

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

Answers (1)

MDEV
MDEV

Reputation: 10838

Your example structure should work fine

Upvotes: 1

Related Questions