View Full Version : bottom top left an right frames


metallibluegurl
02-21-2003, 03:49 PM
how do i make a page that looks like this..
|Ż|ŻŻŻŻŻŻ|
| |ŻŻŻŻŻŻ|
| |______|
|_|______|

pb&j
02-21-2003, 04:20 PM
Try this...

<html>
<frameset cols="200,*">
<frame name="left" src="leftsidepage.html">
<frameset rows="200,*,200">
<frame name="top" src="topsidepage.html">
<frame name="middle" src="middlesidepage.html">
<frame name="bottom" src="bottomsidepage.html">
</frameset>
</frameset>
</html>