frames resizing

liunx

Guest
I have a problem with the frames of a web site I'm developing, when I resize the window, the frames go crazy and nothing is where it should be.....Here is the code:<br />
<br />
<frameset border="0" frameborder="no" framespacing="0" rows="194,*,118"><br />
<frame name="NoName" noresize scrolling="no" src=http://www.htmlforums.com/archive/index.php/"../version3/frame_top.html"><br />
<frameset border="0" cols="203,*,228" frameborder="no" framespacing="0"><br />
<frame name="NoName" noresize scrolling="no" src=http://www.htmlforums.com/archive/index.php/"../version3/frame_left.html"><br />
<frame name="center" noresize scrolling="no" src=http://www.htmlforums.com/archive/index.php/"../version3/frame_center.html"><br />
<frame name="NoName" noresize scrolling="no" src=http://www.htmlforums.com/archive/index.php/"../version3/frame_right.html"><br />
</frameset><br />
<frame name="NoName" noresize scrolling="no" src=http://www.htmlforums.com/archive/index.php/"../version3/frame_bottom.html"><br />
</frameset><br />
I don't really know how to solve it, so please HELP ME!!!<br />
You can take a look at <!-- m --><a class="postlink" href="http://www.salleurl.edu/%7etm05641/nerea/institutodeespanyol.html">http://www.salleurl.edu/%7etm05641/nere ... anyol.html</a><!-- m --><br />
thanks!!!!<!--content-->uhm ok i tried to fix the code but i couldnt so my suggestion is to use IFRAMES thats easier <br />
<br />
look :<br />
<br />
<IFRAME name=mainFrame <br />
src=http://www.htmlforums.com/archive/index.php/"yourpage.htm" frameBorder=0 <br />
width=297 height=420></IFRAME><br />
<br />
in the width and height u put wot u need to fit it<br />
<br />
uhm warning give each frame a name and for each link make a "target=MainFrame"<br />
<br />
if you have problems setting it up just whistle lol<!--content-->I love Iframes!!! thanks a lot scully, everything is so easy with Iframes, the problem is that I read that is not compatible with all browsers, and I'm afraid many users won't be able to see the page correctly if they have and old version of a browser :(<!--content-->
 
Back
Top