<input type="textarea" >输入满一行怎样自动换行?
<body><form><tablealign="center"border="1"><tr><TDalign="right"width=120height=15>留言主...
<body>
<form >
<table align="center" border="1">
<tr><TD align="right" width=120 height=15>留言主题</TD><td><input type="text" name="zhuti"
height=15 width=120 style="border:1px #FFFFFF solid"></td></tr>
<tr><TD align="right" width=120 height=60>留言内容</TD><td><input type="textarea" name="neirong"
style=" height:100%;"></td></tr>
<tr><td align="center" height=15 colspan="2"><input type="submit" name="submit" value="提交"
height=15 width=120></td></tr>
</table>
</form>
</body>
就象下面那样输入满一行就自动换行
<form id="form1" name="form1" method="post" action="">
<label>
<textarea name="textarea" cols="10" rows="5"></textarea>
</label>
</form>
帮我改下,谢谢。 展开
<form >
<table align="center" border="1">
<tr><TD align="right" width=120 height=15>留言主题</TD><td><input type="text" name="zhuti"
height=15 width=120 style="border:1px #FFFFFF solid"></td></tr>
<tr><TD align="right" width=120 height=60>留言内容</TD><td><input type="textarea" name="neirong"
style=" height:100%;"></td></tr>
<tr><td align="center" height=15 colspan="2"><input type="submit" name="submit" value="提交"
height=15 width=120></td></tr>
</table>
</form>
</body>
就象下面那样输入满一行就自动换行
<form id="form1" name="form1" method="post" action="">
<label>
<textarea name="textarea" cols="10" rows="5"></textarea>
</label>
</form>
帮我改下,谢谢。 展开
1个回答
展开全部
改成这样。顺便告诉你,input没有type="textarea"这样的用法
<body>
<form >
<table align="center" border="1">
<tr><TD align="right" width=120 height=15>留言主题</TD><td><input type="text" name="zhuti"
height=15 width=120 style="border:1px #FFFFFF solid"></td></tr>
<tr><TD align="right" width=120 height=60>留言内容</TD><td><textarea name="neirong" style=" height:100%;"
></textarea></td></tr>
<tr><td align="center" height=15 colspan="2"><input type="submit" name="submit" value="提交"
height=15 width=120></td></tr>
</table>
</form>
</body>
<body>
<form >
<table align="center" border="1">
<tr><TD align="right" width=120 height=15>留言主题</TD><td><input type="text" name="zhuti"
height=15 width=120 style="border:1px #FFFFFF solid"></td></tr>
<tr><TD align="right" width=120 height=60>留言内容</TD><td><textarea name="neirong" style=" height:100%;"
></textarea></td></tr>
<tr><td align="center" height=15 colspan="2"><input type="submit" name="submit" value="提交"
height=15 width=120></td></tr>
</table>
</form>
</body>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询