Hi HTML experts,
I'm using a left-side column (20 % wide) to list several links. The frame displays, no problem there.
But when a link is clicked and the related page displays...
it covers up the frame, taking up the entire screen.
What do you have to do to keep the frame column visible all the time ?
Thanks, John
<html>
<head>
<title>John Bates</title>
</head>
<frameset cols="20%,*" framespacing="0" border="0" frameborder="0">
<frame name="contents" target="main" src="Frame1.htm" scrolling="auto">
<frame name="main" src="main.html" scrolling="auto">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
I'm using a left-side column (20 % wide) to list several links. The frame displays, no problem there.
But when a link is clicked and the related page displays...
it covers up the frame, taking up the entire screen.
What do you have to do to keep the frame column visible all the time ?
Thanks, John
<html>
<head>
<title>John Bates</title>
</head>
<frameset cols="20%,*" framespacing="0" border="0" frameborder="0">
<frame name="contents" target="main" src="Frame1.htm" scrolling="auto">
<frame name="main" src="main.html" scrolling="auto">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>