Just tried this <cfform action="bla.cfm" method="POST"> <CFINPUT TYPE="Text" NAME="ToDay" VALUE="#NOW()#" RANGE="1,31" SIZE="2" MESSAGE="Please enter a day of the month (1-31)" VALIDATE="integer" REQUIRED="Yes"> </cfform>
Works fine WIN2K server CFMK SP3 Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Antony Sideropoulos Sent: Thursday, June 19, 2003 12:14 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Size doesn't matter is there anything funny going on when you view source in the rendered page? >>> [EMAIL PROTECTED] 19/06/2003 12:12:03 >>> Grrrr, very annoying. CF is ignoring the SIZE attribute in INPUT and CFINPUT Here's a fairly long-winded example <CFINPUT TYPE="Text" NAME="ToDay" VALUE="#ToDay#" RANGE="1,31" SIZE=2 MESSAGE="Please enter a day of the month (1-31)" VALIDATE="integer" REQUIRED="Yes"> ... but the box is drawn with a size of 12. I have two other boxes, for month and year, side by side in the same cell. The cell-width is set, but these boxes force the column to a wider width. I have a different page which has equivalent code, and the cells display with the correct sizes. How can I force the sizes I specify ? --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ ------------------------------------------------------- Maddocks Tel: (03) 92880555 International: +61 3 92880555 Fax: (03) 92880666 International: +61 3 92880666 Web: http://www.maddocks.com.au ------------------------------------------------------- The information in this electronic mail is privileged and confidential, intended only for use of the individual or entity named. If you are not the intended recipient, any dissemination, copying or use of the information is strictly prohibited. If you have received this transmission in error please delete it immediately from your system and inform us by email on [EMAIL PROTECTED] ------------------------------------------------------- --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
