| Setting height of a form text field
|
leaseboy

msg:937793 | 8:44 pm on Jan 27, 2006 (gmt 0) | Does anyone know how to change the height of a single-line text field in a form in Dreamweaver MX?
|
Melkor111

msg:937794 | 8:59 am on Feb 21, 2006 (gmt 0) | I'm not sure about whether it's possible do to that in Dreamweaver as I never use WYSIWIGs, but it's easy with CSS: <input name="somename" type="text" style="width:100px; height:100px;"> It works fine IMHO...
|
|
|