I am trying to follow the steps using the Frames Tutorial and several books. I am completely Lost.
First I created a html File with nothing but text and called it test.html and another called test1.html
<html>
<head>
<Title> Test
</Title>
</head>
<Body>
Text
</body>
Second I created another Html file and added this information named this file as frames.html
<html>
<head>
<Title>Frames
</Title>
</head>
<Body>
<Frameset rows="45, *"> (Note did not want col)
<Frame Src="test.html">
<frame src="test1.html">
</body>
When trying to run this html code, I get nothing, so I know I am doing something wrong.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum