this is the bottom frame of the middle of the overall frameset
I hope you find this example useful.Use the options on your browser toolbar to View the Source of the page - it looks like:
<html>
<head>
<title>halfadot no-border frame example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="15%,70%,15%" frameborder="0" border="0" framespacing="0" noresize scrolling="NO">
<frame src="blue.html" name="blue_frame">
<frameset rows="50,*" frameborder="0" border="0" framespacing="0" noresize scrolling="NO">
<frame src="red.html" name="red_frame">
<frame src="green.html" name="green_frame">
</frameset>
<frame src="white.html" name="white_frame">
</frameset>
</html>