Answered
How to set height of cfinput type text
How do I set the height of a "text box" in ColdFusion? When I
look at this in dreamweaver, the box is several rows tall, but when
it displays in the browser, it's only one row.
<cfinput type="text" name="Comments" size="40" height="500" width="150" >
<cfinput type="text" name="Comments" size="40" height="500" width="150" >
