使图片垂直居中的方法
<form method="post" action="save.php" style="margin-top: 20em;margin-left: 53em">
相对于页面,左右margin各50%。
line-height:value; 现在行高代替了垂直居中。高度100,行高就写100.这样是垂直居中的
position:fixed;