- From: Walter Ian Kaye <walter@natural-innovations.com>
- Date: Mon, 19 Jun 2000 16:18:11 -0700
- To: www-style@w3.org
Is there some way to have two forms on the same line? I tried
FORM { display: inline }
but it only turned a double linespace into a single linespace.
I'm trying to make it *zero* linespace, so both forms are on
the same line.
Can CSS do this?
I got
< Submit Form 1 >
< Submit Form 2 >
to get as far as
< Submit Form 1 >
< Submit Form 2 >
but I'm trying to make it
< Submit Form 1 > < Submit Form 2 >
thanks,
-boo
Received on Monday, 19 June 2000 19:17:09 UTC