View Full Version : Aligning


Missy 13
01-11-2003, 01:31 AM
How do you align two forms next to each other? Need help...

yugiohw
01-11-2003, 02:06 AM
I think your best bet would be to use a table. I'm not even sure of any other way.

f a i r y tale
01-11-2003, 04:53 PM
You can also use divs.

<div style="position: absolute; top: 10px; left: 10px; width: 10px; height: 10px;">
one form goes here
</div>

<div style="position: absolute; top: 10px; left: 10px; width: 10px; height: 10px;">
another form goes here
</div>