L
Larry D Gibbs
I have a webpage at www.larrygibbs.com which has three frames. I want
another frame on the right side that looks like the one on the left. the
code that FrontPage 2003 has when it creates the page with three frame is
the following.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<frameset cols="150,*">
<frame name="left" scrolling="no" noresize target="rtop">
<frameset rows="20%,*">
<frame name="rtop" target="rbottom">
<frame name="rbottom">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Can some please assist me in this matter?
another frame on the right side that looks like the one on the left. the
code that FrontPage 2003 has when it creates the page with three frame is
the following.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<frameset cols="150,*">
<frame name="left" scrolling="no" noresize target="rtop">
<frameset rows="20%,*">
<frame name="rtop" target="rbottom">
<frame name="rbottom">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Can some please assist me in this matter?