2015-05-13 11:38:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>[ 656889 ] textarea text and line wrapping</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form action="foo">
|
2015-09-09 12:00:12 +00:00
|
|
|
<textarea name="txt1" rows="4" cols="40">Blah Blah blah...
|
2015-05-13 11:38:40 +00:00
|
|
|
Blah Blah...
|
2015-09-09 12:00:12 +00:00
|
|
|
Blah Blah Blah Blah.</textarea>
|
2015-05-13 11:38:40 +00:00
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|