CSS <textarea> 标签如何设置前面文字置顶呢?
怎么让内容两个字到上面去呢?代码:<formaction="index.php"method="post">昵称:<inputtype="text"style="widt...
怎么让内容两个字到上面去呢?
代码:
<form action="index.php" method="post">
昵称:<input type="text" style="width:200px; background-color:white;" name="ni_cheng" />
<br />
标题:<input type="text" style="width:200px; background-color:white;" name="biao_ti" />
<br />
内容:<textarea style="width:200px; background-color:white;"></textarea>
</form>
谢谢各位~~~ 展开
代码:
<form action="index.php" method="post">
昵称:<input type="text" style="width:200px; background-color:white;" name="ni_cheng" />
<br />
标题:<input type="text" style="width:200px; background-color:white;" name="biao_ti" />
<br />
内容:<textarea style="width:200px; background-color:white;"></textarea>
</form>
谢谢各位~~~ 展开
5个回答
展开全部
<form><table>
<tr><td>昵称</td><td><input/></td></tr>
<tr><td>标题</td><td><input/></td></tr>
<tr><td>内容</td><td><textarea></textarea></td></tr>
</table></form>
<tr><td>昵称</td><td><input/></td></tr>
<tr><td>标题</td><td><input/></td></tr>
<tr><td>内容</td><td><textarea></textarea></td></tr>
</table></form>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没样式什么意思,不显示图片
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<br />
内容:<textarea style="width:200px; background-color:white;"></textarea>
换成
<tr>
<td valign="top" align="center">内容:</td>
<td><textarea style="width:200px; background-color:white;"></textarea></td>
</tr>
主要里面放个table 试试配置一下高度就可以了
内容:<textarea style="width:200px; background-color:white;"></textarea>
换成
<tr>
<td valign="top" align="center">内容:</td>
<td><textarea style="width:200px; background-color:white;"></textarea></td>
</tr>
主要里面放个table 试试配置一下高度就可以了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
align-top:0px
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询