Since some of the Studio features (like validator, auto-complete, etc)
have to perform a check after each character, it can get pretty resource
intensive. I usually turn them off.
---
Billy Cravens
HR Systems, Sabre
[EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, May 18, 2001 11:14 AM
To: [EMAIL PROTECTED]
Subject: Re: How to change the height of cfinput text box
Henry,
At to reducing the size of your text boxes with style instead of font -
use "font-size" instead of "size". As for the validation, forget what
the built-in validator says. It gives some pretty crazy messages at
times. You have to ignore them because you know that a text box can
reside inside a table cell.
Good luck,
Loyd Campbell
Website Manager
Bank One International Group
1700 Pacific Ave., 21st Floor
Mail Code TX1-2805
Dallas, TX 75201
[EMAIL PROTECTED]
214-290-2811 (office)
972-567-9082 (cell)
[EMAIL PROTECTED] on 05/17/2001 04:59:58 PM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: (bcc: Loyd W Campbell/TX/ONE)
Subject: How to change the height of cfinput text box
1. I want to reduce a heght of my text boxes. How to do it? I know
how
to do it with <font>, but when I replaced it with style atribute
the
height changed.
2. I use cfunput insile of <td> when I validate current document I
receive a message saying that cfinput is not allowed inside
<td>
it is only allowed inside cfform. What am I doing wrong? below is the
code.
<html>
<head>
<title>KWIKFORMS | The Federal Reserve System</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css"></style> </head>
<body bgcolor="#ebebeb">
<cfform action="updtcontactrecords.cfm" method="post">
<table width="260" border="0" cellspacing="0" cellpadding="0" align
="center">
<tr>
<td colspan="3" height="41">
<div align="center"><img src="kf_image.png" width="200" height
="40" border="0" name="kwikforms"></div>
</td>
</tr>
<tr>
<td colspan="3" height="30">
<div align="center"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2"><b>ENTER
PARAMETERS</b></font></div>
</td>
</tr>
</table>
<div align="left"><br>
<font size="2"><b><font face="Verdana, Arial, Helvetica,
sans-serif">Please
enter input parameters:</font></b></font><br>
</div>
<table width="608" border="0" cellspacing="2" cellpadding="2" align
="left">
<tr>
<td width="82">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2" >District:</font></div>
</td>
<td width="17"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2"></font></td>
<td width="100"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2">Respondent
ID: </font></td>
<td width="7"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2"></font></td>
<td width="117"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2">Series
ID: </font></td>
<td width="201"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2" >Contact
Level: </font></td>
</tr>
<tr>
<td width="82">
<div align="left"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2" ><img src="graybox.png" width="22" height="23" name
="DISTRICT"></font></div>
</td>
<td width="17"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2" ></font></td>
<td width="100" style="font-family:Verdana, Arial, Helvetica,
sans-serif; size:2" >
<cfinput type="text" name="id_rssd" value = "" style
="font-family:Verdana, Arial, Helvetica, sans-serif; size:2" size="10">
</td>
<td width="7"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2" ></font></td>
<td width="117" style="font-family:Verdana, Arial, Helvetica,
sans-serif; size:2">
<cfinput type="text" name="ser_id" value = "" style
="font-family:Verdana, Arial, Helvetica, sans-serif; size:2" size="10">
</td>
<td width="201" style="font-family:Verdana, Arial, Helvetica,
sans-serif; size:2">
<cfinput type="text" name="cust_LVL_CD" value="1" style
="font-family:Verdana, Arial, Helvetica, sans-serif; size:2" size="10">
</td>
<td width="201"><font face="Verdana, Arial, Helvetica,
sans-serif" size="2" >
<input type="submit" name="submit" value="GO" size="10">
</font></td></tr>
</table>
</cfform>
</body>
</html>
------------------------------------------------------------------------
-
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info:
www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org
------------------------------------------------------------------------
-
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info:
www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org
-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org