|  | HTML Form (Text Field) Width and Height.?Or you can define a CSS class, and use it for all your inputs. In the head section of your HTML you should copy  .inputtext { width: 254px; height: 44px; }  And then on every input tag, set the class attribute to the CSS class name ... answers.yahoo.com |  |