Nov 7, 2001 #1 help120 Technical User Joined Apr 15, 2001 Messages 198 Location US Is their a way to control the hight of a text form field using css?
Nov 7, 2001 #2 Trevman Programmer Joined Jul 23, 2000 Messages 183 Location US yep inputs are replaced elements so you can use the height css property. <input type="text" style="height:100px;" /> === Supports Mozilla and Web Standards Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1 === Upvote 0 Downvote
yep inputs are replaced elements so you can use the height css property. <input type="text" style="height:100px;" /> === Supports Mozilla and Web Standards Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1 ===