I'm not sure what the HTML standard is, but try putting the form tags
outside of the <td>s.
<table><tr>
<form><td> . . . </td></form>
<form><td> . . . </td></form>
</tr>
</table>
As far as I know all of our forms work in both IE and Netscape and this is
the way we have to do it to get rid of the extra space.
Dan
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 24, 2000 3:19 PM
To: [EMAIL PROTECTED]
Subject: Form Problem
I've tried <FORM & </FORM in various locations, but I cannot
reduce the space below second form in the following. Is is
possible? Is it not possible because of the <CFOUTPUT QUERY?
best, paul
<DIV ALIGN="center">
<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 WIDTH=600><TR>
<TD VALIGN="top" ALIGN=LEFT VALIGN="middle"><FORM ACTION=/SC/INDEX.CFM
METHOD="post" NAME="focus_form">
<TABLE BORDER="0" CELLPADDING=0><TR><TD><B><FONT FACE="Arial" SIZE=-1>Enter
Key Words to search Headings & Listings:<BR><INPUT TYPE="Text" SIZE=35
NAME="st"><INPUT TYPE=SUBMIT
VALUE=SEARCH></FONT></B></TD></TR></TABLE></FORM>
</TD><TD VALIGN="top" ALIGN=LEFT VALIGN="middle"><FORM ACTION="/index.cfm"
METHOD="post">
<TABLE BORDER="0" CELLSPACING=0 CELLPADDING=0><TR><TD><B><FONT FACE="Arial"
SIZE=-2><SELECT NAME="City" SIZE="2"><OPTION VALUE="All" <CFIF
STRUCTFIND(VARS,"City") IS "All">Selected</CFIF>>All<CFOUTPUT
QUERY="GetCities"><OPTION VALUE="#GetCities.City#" <CFIF
STRUCTFIND(VARS,"City") IS
"#GetCities.City#">Selected</CFIF>>#GetCities.City#</CFOUTPUT></SELECT><INPU
T
TYPE="submit" VALUE="Pick City"></TD></TR></TABLE></FORM>
</TD>
</TR></TABLE></DIV>
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.