[thelist] Nesting Forms Question
Richard Bennett
thelist at lists.evolt.org
Wed Jan 29 19:37:02 2003
Hi,
You could try:
<style>
form{display:inline;}
</style>
Richard.
----- Original Message -----
From: "Anthony Baker" <lists at thinkbigideas.comI'd like to have two form submit buttons lined up side-by-side,
but each submitting to a different form.
However, when I do
<form><button></form> <form><button></form>
The first </form> introduces a line break into the page, which
pushes the second submit button below the first, with what
appears to be nearly a paragraph break between the two.
Anyone have any pointers as to how I might be able to get them
lined up as noted above without the break? And they will have
to submit to different forms.
By the way: this page is being coded in XHTML/CSS.