html lesson 34

combining frames

We can combine columns and rows of frames by nesting one frameset within another like this:

<html>
<frameset rows="20%,80%">
<frame src="frame_b.html">

<frameset cols="25%,75%">
<frame src="frame_a.html">

<frame src="frame_c.html" name="display" >
</frameset">

</frameset">
</html>

See the example here.


Next we'll look at inline frames in lesson 35.



Lesson added Wednesday 30th July 2008, updated Tuesday 5th August 2008