I am using the following script, frame4 opens under my menu, frame3,, not next
to it. can anyone tell me why.

<body>
<br />
<iframe name="frame1" width="257" height="98" align="middle" src="top1.swf"
frameborder="0"></iframe>
<iframe name="frame2" width="530" height="98" align="middle" src="top2.swf"
frameborder="0"></iframe>
<br />
<iframe name="frame3" width="210" height="430" src="home.swf" frameborder="0"
></iframe>
<br />
<iframe name="frame4" width="787" height="350" frameborder="1"></iframe>
<iframe name="frame5" width="787" height="35" src="long_bottom.swf"
frameborder="0"></iframe>


</body>
</html>