allok
11-12-2012, 11:11 AM
Learning about html and frames. Yeah,I know frames is not the best option but I still want to learn it. :)
Been trying to add a bottom frame here without any success.
<html>
<head>
<title>Frames</title>
</head>
<frameset rows="150,*">
<frame name="topp" src="topp.html" noresize />
<frameset cols="30, 150, 30">
<frame name="left" src="left.html" noresize />
<frame name="main" src="main.html" noresize />
<frame name="right" src="right.html" noresize />
<frame name="bottom" src="bottom.html" noresize />
</html>
Been trying to change the cols and rows and tried to start a new frameset for just bottom frame but no luck. I am probably just doing some stupid mistake but I can't see it myself. Any help would make me happy.:)
Been trying to add a bottom frame here without any success.
<html>
<head>
<title>Frames</title>
</head>
<frameset rows="150,*">
<frame name="topp" src="topp.html" noresize />
<frameset cols="30, 150, 30">
<frame name="left" src="left.html" noresize />
<frame name="main" src="main.html" noresize />
<frame name="right" src="right.html" noresize />
<frame name="bottom" src="bottom.html" noresize />
</html>
Been trying to change the cols and rows and tried to start a new frameset for just bottom frame but no luck. I am probably just doing some stupid mistake but I can't see it myself. Any help would make me happy.:)