The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I have been working on this for a while and its driving me crazy. I have enabled SSI's on my local host and I use the code below it works in firefox 3 but not IE7 any ideas why?
Firefox shows my navigation whereas IE shows nothing at all.<
Code:
<table width="942" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td height="31" class="navBG">
<!--#include file="nav.html" -->
</td>
</tr>
</table>
Firefox shows my navigation whereas IE shows nothing at all.<