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><INPUT 
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.

Reply via email to