Click here to Skip to main content
16,011,988 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
if the text length that i want to show in input box is more then it break and show in next line in inputbox.. how can i do it.
Posted
Comments
[no name] 17-Apr-14 8:18am    
http://www.codeproject.com/Questions/760807/i-want-to-show-inputbox-msg-in-more-then-one-line

1 solution

HTML
<textarea style="width: 291px; height: 41px;" id="TextBox1" cols="2" rows="2" name="txtInput"></textarea>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900