怎么让ASP网页居中 15
6个回答
展开全部
切换到设计页面,然后选中你要居中的,在下面的属性栏中点击对齐(居中对齐)就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<p align=center>行距中
<table align=center>表距中
要想全问距中,可以在<body>后加上<center>,就需要距中就用</center>
<table align=center>表距中
要想全问距中,可以在<body>后加上<center>,就需要距中就用</center>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
body{margin:auto;width:1000px;text-align:center;}
div{margin:0 auto;width:1000px;}
居中显示
<html>
<head>
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="1" width="300">
<tr>
<td style="text-align:center">aaaaa</td>
</tr>
</table>
</div>
</form>
</body>
</html>
div{margin:0 auto;width:1000px;}
居中显示
<html>
<head>
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="1" width="300">
<tr>
<td style="text-align:center">aaaaa</td>
</tr>
</table>
</div>
</form>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
表格或者DIV长度用百分比
然后表格设置居中
然后表格设置居中
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询