I'm not sure what the issue is here.
the iframe on the bottom is supposed to have a string of link buttons to access various areas of the site, but the only thing that I can get to show up in it is what is posted in the iFrame directly above it.
In looking through the code, I can't find any unclosed tags, so I opened the file up in Dreamweaver and noticed the color coding for the <table> and <tr> tage are off. Doesn't that mean one is left open?
CODE
<div class="clr"> </div></td>
<td class="shadow_right"> </td>
</tr>
<tr>
<td height="125" align="right" class="horizontal_column"> </td>
<td background="images/x_header2.jpg" bgcolor="#000000" class="horizontal_center"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="linkcontainer">
<!---->
<tr>
<td width="13%" height="30"><div class="navigation"><a href="intro.html" target="body" class="main_link">Home</a></div></td>
<td width="13%"><div class="navigation"><a href="intro.html" target="body" class="main_link" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '113px')" onMouseout="delayhidemenu()">About</a> </div></td>
<td width="13%"><div class="navigation"><a href="/cp/copyprint.html" target="_parent" class="main_link">Copy+Print</a></div></td>
<td width="13%"><div class="navigation"><a href="java script:openFrameless()" class="main_link" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '113px')" onMouseout="delayhidemenu()">Office Systems</a></div></td>
<td width="13%"><div class="navigation"><a href="construction.html" target="body" class="main_link" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '113px')" onMouseout="delayhidemenu()">Supplies</a></div></td>
<td width="13%"><div class="navigation"><a href="/php/contactus.php" target="body" class="main_link" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '113px')" onMouseout="delayhidemenu()">Contact</a></div></td>
<td width="13%"><div class="navigation"><a href="search.html" target="body" class="main_link">Search</a></div></td>
</tr>
</table></td>
<td class="horizontal_column"></td>
</tr>
<tr>
<td height="400" class="shadow_left"><div align="right" valign="top"></a></div></td>
<td align="center" bgcolor="#1F1F1F" class="below_header"></iframe>
<iframe name="body" bgcolor="#1f1f1f" width="700" height="365" frameborder="0" scrolling="no" src="intro.html">
<div align="center"><a href="intro.html"></a></div>
</iframe>
<!--<iframe name="links" bgcolor="#1f1f1f" width="700" height="150" frameborder="0" scrolling="auto" src="links.html" >
<div align="center"><a href="links.html"></a></div-->
</iframe>--></td>
<td class="shadow_right"> </td>
</tr>
<tr>
<td class="shadow_left"> </td>
<td class="main_content_box"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="170" class="left_content"><iframe scrolling="no" frameborder="0" width="230" height="160" src="weather.html"></iframe></td>\
<td class="body_content"><img src="images/32-years.gif" alt="32 Years" width="90" height="127" longdesc="http://www.x.com/images/32-years.gif" /></td>
<td class="body_content">We want to thank you for the priviledge of serving the office equipment needs of <br/>
north central Washington for over 30 years.<br/>
<br/>
We look forward to continuing to serving you in the future.<br/>
<br/>
After all, <em>office productivity begins here.</em></td>
<p class="style14">Best viewed with <a href="http://www.firefox.com" class="style14" target="_blank"">Firefox</a> at 1024x768 resolution</p>
</tr>
</table>
<td class="shadow_right"> </td>
</tr>
<tr>
<td height="62" class="shadow_left"> </td>
<td class="middle_spacer"><div class="bottom_content"><p align="center"><strong>We also fulfill all your copy and printing needs at a great low price.</strong><br/>
<span class="style2"><span class="style5">Color Copies, only 49¢ every day!* and 1,000 prints/copies only $24.95**</span><br />
<span class="style6">* 20lb bond, single side. </span></span><span class="style6"><br />
** Duplicator prints, single sided, black ink, per original.</span>
This is the iframe in question---> <iframe scrolling="no" frameborder="0" width="700" height="120" src="jump.html"></iframe></p>
</div></td>
<td class="shadow_right"> </td>
</tr>
<tr>
<td height="24" class="shadow_left"> </td>
<td class="bottom_link_container"><p><a href="php/contactus.php" class="bottom_link" target="body">contact us </a>| <a href="service.html" class="bottom_link" target="body">service </a> |<a href="drivers.html" class="bottom_link" target="body"> drivers </a> |<a href="location.html" class="bottom_link" target="body"> locations </a></p> </td>
<td class="shadow_right"> </td>
</tr>
</table>
</body>
What the heck am I not seeing?