hi
i've got five frames and would like to center the main framemain. I've got the following code but the mainframemain stays allways in the top right corner. why? shouldn't it sty in de middel of the page?
thanks for advice.
reto from switzerland
<frameset cols="*,790" frameborder="NO" border="0" framespacing="0">
<frame name="leftFrameMain" scrolling="NO" noresize src="left_left.html">
<frameset cols="790,*" frameborder="NO" border="0" framespacing="0">
<frameset rows="450,*" frameborder="NO" border="0" framespacing="0">
<frameset rows="*,450" frameborder="NO" border="0" framespacing="0">
<frame name="topFrameMain" scrolling="NO" noresize src="top_top.html" >
<frame name="mainFrameMain" src="index.html">
</frameset>
<frame name="bottomFrameMain" scrolling="NO" noresize src="bottom_bottom.html">
</frameset>
<frame name="rightFrameMain" scrolling="NO" noresize src="right_right.html">
</frameset>
</frameset>
i've got five frames and would like to center the main framemain. I've got the following code but the mainframemain stays allways in the top right corner. why? shouldn't it sty in de middel of the page?
thanks for advice.
reto from switzerland
<frameset cols="*,790" frameborder="NO" border="0" framespacing="0">
<frame name="leftFrameMain" scrolling="NO" noresize src="left_left.html">
<frameset cols="790,*" frameborder="NO" border="0" framespacing="0">
<frameset rows="450,*" frameborder="NO" border="0" framespacing="0">
<frameset rows="*,450" frameborder="NO" border="0" framespacing="0">
<frame name="topFrameMain" scrolling="NO" noresize src="top_top.html" >
<frame name="mainFrameMain" src="index.html">
</frameset>
<frame name="bottomFrameMain" scrolling="NO" noresize src="bottom_bottom.html">
</frameset>
<frame name="rightFrameMain" scrolling="NO" noresize src="right_right.html">
</frameset>
</frameset>