3个回答
展开全部
html设定button的与下面的表格对齐的话,是可以通过margin来实现的使用截图工具,得到那个button与表格的距离,然后在设置margin值就可以了,这里我写一段代码:
<html>
<head>
<style>
button{
margin-left:20px; //假设是距离左边20px;
}
</style>
</head>
<body>
<input type="button" value='确认提交'>
<table>
<tr>
<td>文字1</td>
<td>文字2</td>
</tr>
</table>
</body>
</html>
<html>
<head>
<style>
button{
margin-left:20px; //假设是距离左边20px;
}
</style>
</head>
<body>
<input type="button" value='确认提交'>
<table>
<tr>
<td>文字1</td>
<td>文字2</td>
</tr>
</table>
</body>
</html>
推荐于2016-09-16 · 知道合伙人数码行家
关注
展开全部
在对应的<input type="button" />标签里面,增加一个style="margin-left:20px;"即可。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把你的button 放在表格里面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询