把框架都做成浮动框架:
<html>
<head>
  <meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
  <meta name='author' content='F.R.Huang(meizz梅花雨)//www.meizz.com'>
  <title>用 iframe 模拟 frame 使网架网页能够居中</title>
</head><body topmargin=0 leftmargin=0><center>
<table border=0 width=780 height=100% cellspacing=0 cellpadding=0 align=center>
  <tr><td width=780 colspan=2 height=100>
      <iframe width=100% height=100% frameborder=1></iframe>
  </td></tr>
  <tr>
    <td width=180>
      <iframe width=100% height=100% frameborder=1></iframe>
    </td>
    <td width=600>
      <iframe width=100% height=100% frameborder=1></iframe>
    </td>
  </tr>
</table>
</center></body></html>