在Dreamweaver中如何使框架居中?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>公司名称!</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<frameset rows="15.4%,*,13.1%" border="0" >
<frame name="top" src="top/top.html">
<frameset cols="18%,*">
<frame name="lower_left" src="left/left.html">
<frame name="lower_right" src="main.html">
</frameset>
<frame name="bottom" src="bottom.html">
</frameset>
<noframes>
</noframes>
</html>

第1个回答  2009-09-02
设置大框架 margin:0 auto;
相似回答
大家正在搜