If your changing it to just an INPUT and its still not working, I would say there is something else wrong with your code not allowing the text box to render properly. Maybe you forgot a " somewhere or didnt close a tag properly
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Dickinson Sent: Thursday, June 19, 2003 1:53 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Size doesn't matter Steve - I tried it, and it didn't work. Ben - I tried on Input instead of CFinput, made no difference. And my knowledge of javascript is slight. I'm trying a workaround by changing the boxes into drop-down menus, where size DOES work. > Steve Onnis wrote: > > >Althought its not documented, you can pass a style attribute and a class > >attribute into the CFINPUT tag > > > ><CFINPUT style="border:1px solid blue;" 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"> > > > > What is documented (at least in the MX docs) for CFINPUT is the > passThrough attribute: <cfinput passThrough="style=""border:1px solid > blue;""" /> (make sure you escape double-quotes). > > Andrew - If it's causing so much grief, why not just use a standard > <input /> and roll your own javascript validation? > > Cheers, > > Ben --- 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/
