[thelist] Nesting Forms Question

Anthony Baker thelist at lists.evolt.org
Wed Jan 29 20:03:01 2003


Well, this brought the submit buttons on the same
line, at least. However, there still exists about
20 pixels worth of space between the two, even
though there is no spacing coded into the page
itself.

Anyone have any further hints?




| -----Original Message-----
| From: thelist-admin at lists.evolt.org| [mailto:thelist-admin at lists.evolt.orgn Behalf Of Richard Bennett
| Sent: Wednesday, January 29, 2003 5:34 PM
| To: thelist at lists.evolt.org| Subject: Re: [thelist] Nesting Forms Question
|
|
| Hi,
| You could try:
|
| <style>
| form{display:inline;}
| </style>
|
| Richard.