Im trying to get the bottom of my page to load a website within a frame. the only thing that is coming up however is my top navbar and banner. Is there another way for me to do this or am I missing something in the code?
<head>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="wrap">
<table border="0" align="center" cellpadding="0" cellspacing="0" style="border: 1px solid #333;" width="1000">
<tr>
<td valign="top" id="banner"><div id="members"><a href="members.php">Members Area</a>
</div></td>
</tr>
<tr>
<td valign="top" id="topDivide"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40%" height="27" class="topDivPiece"><span class="address">1831 N. Belcher Rd., </span></td>
<td width="29%" align="center"><a href="mailto:united@">united@</a></td>
<td width="31%" align="right"><span class="phone"></span></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" id="topNav">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="aboutus.php">About Us</a></li>
<li><a href="services.php">Services</a></li>
<li><a href="http:///signup.php" class="signup">Online Signup</a></li>
<li><a href="vendor.php">Vendors</a></li>
<li class="last"><a href="contactus.php">Contact Us</a></li>
</ul>
</td>
</tr>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<frameset cols="100%">
<frame src="http://brighthouse.com" />
</frameset>
</tr>
</table>
</div>
</body>


