G
Guest
how can i have both frames change together when the window is resized, but
still have the contents, wrap to next line.
thanks
below is the code i have at the monent
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<!--Main Frameset-->
<frameset rows="*" frameborder="no" framespacing="1" >
<frameset cols="20%,*">
<frame src="menu.html" name="menu_frame" marginwidth="0" marginheight="0"
noresize>
<frame name="right_frame2" src="index2_rightside.html">
</frameset>
</frameset>
</frameset>
<noframes>
<body>
<p>this is no frames page</p>
</body>
</noframes>
</html>
still have the contents, wrap to next line.
thanks
below is the code i have at the monent
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<!--Main Frameset-->
<frameset rows="*" frameborder="no" framespacing="1" >
<frameset cols="20%,*">
<frame src="menu.html" name="menu_frame" marginwidth="0" marginheight="0"
noresize>
<frame name="right_frame2" src="index2_rightside.html">
</frameset>
</frameset>
</frameset>
<noframes>
<body>
<p>this is no frames page</p>
</body>
</noframes>
</html>