Alright i have a website
<html>
<head>
<title></title>
<frameset cols="20%, 60%, 20%">
<frame src="NAVIGATION.htm">
<frame src="http://rfxcaliber.proboards45.com/">
<frame src="BLANK.htm">
</frameset>
</html>
Instead of the second frame source staying within the 60% ratio, it automatically sends me to the link. How would i correct it to keep it at my site while dispplaying the forum (the site in the second frame source) in the middle of it?
Here is another try but again with the same problem:
<html>
<head>
<title>RFX Caliber</title>
</head>
<body>
<table border="1" width="100%" height="100%">
<tr>
<td colspan=3 height="30%" align="center">1</td>
</tr>
<tr>
<td height="60%" align="center">2</td>
<td height="60%" width="60%" align="center"><iframe height=100% width=100% src="http://rfxcaliber.proboards45.com/"></iframe>
</td>
<td height="60%" align="center">6</td>
</tr>
<tr>
<td colspan=3 height="10%" align="center">a</td>
</tr>
</body>
</html>
I need the the seperate website to display within that area of the screen. Thank you in advance for your time!


