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/
