I am working on an asp site with includes. I need to remove two of the includes. If I take the code out the page stacking order changes. The nav goes to the top and the main content breaks below it. The includes are in a table. i tried to insert gifs in the space where the includes were but that did not work. I have copied the section I need to remove. Links on request. Thanks. <table width="760" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><img src="/images/space.gif" width="100" height="1"> <table width="100" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="/images/space.gif" width="10" height="8"></td> <td><img src="/images/about_us_left_nav.jpg" width="60" height="49"></td> <td><img src="/images/space.gif" width="30" height="1"></td> </tr> </table>
Hi Dana - Give us a link, so we can see it in action. The snippet you've given *seems* sound, but without seeing it in context ...