Height and width of cfinput and cfselect

2006-11-28 Thread Richard White
Hi, i want to be able to specify the width and height of my cfinput and cfselect controls but if i set those properties in the tags they dont change. Is there anything i need to do to achieve this thanks for any help ~| Introdu

RE: Height and width of cfinput and cfselect

2006-11-28 Thread Bobby Hartsfield
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 9:48 AM To: CF-Talk Subject: Height and width of cfinput and cfselect Hi, i want to be able to specify the width and height of my cfinput and cfselect controls but if i set those properties in the tags they dont change. Is there anything i

RE: Height and width of cfinput and cfselect

2006-11-28 Thread Ray Champagne
Message- > From: Richard White [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 28, 2006 9:48 AM > To: CF-Talk > Subject: Height and width of cfinput and cfselect > > Hi, i want to be able to specify the width and height of my cfinput and cfselect > controls but if i set

Re: Height and width of cfinput and cfselect

2006-11-28 Thread Richard White
thanks it works perfect :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/

Re: Height and width of cfinput and cfselect

2007-02-08 Thread Benjamin Paige
> Hi, i want to be able to specify the width and height of my cfinput > and cfselect controls but if i set those properties in the tags they > dont change. Is there anything i need to do to achieve this > > thanks for any help Try http://landofcoldfusion.blogspot.com "CF_Select vs. the Iron

Re: Height and width of cfinput and cfselect

2007-02-08 Thread Doug Brown
Use css or in your style sheet #input{ height:10px;} Doug B. - Original Message - From: "Benjamin Paige" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, February 08, 2007 6:26 AM Subject: Re: Height and width of cfinput and cfselect > > Hi,

Re: Height and width of cfinput and cfselect

2007-02-08 Thread Doug Brown
t; <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, February 08, 2007 6:26 AM Subject: Re: Height and width of cfinput and cfselect > > Hi, i want to be able to specify the width and height of my cfinput > > and cfselect controls but if i set those properties in the tags the