我是绝对的初学者&非常感谢知道如何在表单中放置输入类型按钮,而不是在重新调整浏览器大小时移动。
<form action="HereYouGo.php" method="post">
<center>
<p>
<input type="text" name="fullname" size="25" />
<input type="text" name="email" size="25" />
<input type="password" name="psw" size="25" />
</p>
</center>
<p>
<input type="submit" value="Here You Go!" />
</p>
<center>
<h4>By clicking "Here You Go!" you agree with our terms & conditions and private policy.</h4>
</center>
</form>