terrigmc
04-02-2009, 04:10 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Villa La Estancia</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="140,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="NO" height="65">
<frameset rows="*" cols="96,*" framespacing="0" frameborder="NO" border="0">
<frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="home.htm" name="mainFrame">
<frame src="bottom.htm" name="bottomFrame" scrolling="NO">
</frameset>
</frameset>
</frameset>
</html>
I am trying to delete the bottom frame..... I cannot seem to remove it ... any help
<html>
<head>
<title>Villa La Estancia</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="140,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="NO" height="65">
<frameset rows="*" cols="96,*" framespacing="0" frameborder="NO" border="0">
<frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="home.htm" name="mainFrame">
<frame src="bottom.htm" name="bottomFrame" scrolling="NO">
</frameset>
</frameset>
</frameset>
</html>
I am trying to delete the bottom frame..... I cannot seem to remove it ... any help