Hi all,is it possible to automatically make textarea lines move to next rows without user press enter key first?Like this editor..If it reach the end of the cols,it will create a new line...Is it possible to use css??Thanks a lot...
textarea move to next row
Started by yonghan, Mar 31 2009 07:12 PM
3 replies to this topic
#1
Posted 31 March 2009 - 07:12 PM
|
|
|
#2
Posted 01 April 2009 - 03:21 AM
I suspect you would need JavaScript for that.
#3
Guest_Jordan_*
Posted 01 April 2009 - 01:22 PM
Guest_Jordan_*
Do you actually want a new line or for the text to wrap? This editor just wraps the text. You can wrap a textarea using the WRAP attribute, like this:
<TEXTAREA NAME="SOFT" COLS=25 ROWS=5 WRAP=SOFT>
#4
Posted 03 April 2009 - 01:46 AM
Does it works for all kind of browsers?Is it that if i use wrap=soft,then i don't have to press enter to move to next row?Thanks a lot Jordan...


Sign In
Create Account


Back to top









