<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
       <meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
       <title>MyEditor</title>
       <style type="text/css">
       </style>
</head><body>
<div align="center">
    <iframe id="content" name="content" style="border:1px solid"> 
    </iframe>
</div>

   <script language="JavaScript" type="text/javascript" src="se.js"></script>
</body>
</html>

解决方案 »

  1.   

    高手,再问个问题,就结贴:如何让这iframe位置向下点呢?
      

  2.   

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
    <html> 
    <head> 
          <meta http-equiv="Content-Type" content="text/html; charset=GB2312" /> 
          <title>MyEditor </title> 
          <style type="text/css"> 
          </style> 
    </head> <body> 
    <BR>
    <BR>
    ...一直加br即可
    <div align="center"> 
        <iframe id="content" name="content" style="border:1px solid"> 
        </iframe> 
    </div> 
      <script language="JavaScript" type="text/javascript" src="se.js"> </script> 
    </body> 
    </html>