<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>
</head><body background="blackground.jpg">
</body>
</html>

解决方案 »

  1.   

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>无标题文档</title>
    </head><body>
      <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="middle"><img src="blackground.jpg"></td>
        </tr>
      </table>
    </body>
    </html>
      

  2.   

    其它别的方法可能就要写javascript
      

  3.   

    <html>
      <body>
       <center>
           <img src="henan.jpg" height=500>
        </center>
      </body>
    </html>
      

  4.   

    <html>
      <body>
       <div style=position:absolute;left=94px;top:20px align="center">
           <img src=blackground.jpg height=500>
        </div>
      </body>
    </html>