html怎样在文本框的右面添加按钮
1个回答
展开全部
在文本框后面直接添加一个按钮,如果版面宽度足够的话,应该就在文本框右面。还有一种比较简单的办法是,先添加一个一行二列的表格,左边的单元格内放文本框,右边的单元格内放按钮,代码:
<table width="100%" border="0">
<tr>
<td align="right"><input name="" type="text">
</td>
<td align="left"><input name="" type="button">
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="right"><input name="" type="text">
</td>
<td align="left"><input name="" type="button">
</td>
</tr>
</table>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询