Nov 7, 2001 #1 help120 Technical User Apr 15, 2001 198 US Is their a way to control the hight of a text form field using css?
Nov 7, 2001 #2 Trevman Programmer Jul 23, 2000 183 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 ===