我有一个按钮,两个文本框和一些文本。如何将所有这些元素放入页面的中心?将html页面的所有元素放入页面的中心
<body>
Hello world!
<p><input TYPE="text" name="textbox1"><p>
<p><input TYPE="text" name="textbox2"></p>
<p><input TYPE="button" VALUE="Enter" ONCLICK="HomeButton()"></p>
<script>
function HomeButton()
{
location.href="registration.html";
}
</script>
</body>
垂直,水平还是两者? – PeeHaa 2012-04-11 20:50:30