zinderellie
Technical User
Hi There!
I have a lot of web pages and have decided it would be best to switch over to SHTML site menus and footers. My problem began when I tried to add a second horizontal menu to my page. The first vertical left side menu worked great. Then I added a footer, and it worked fine. Finally I tried to add a horizontal menu and I keep getting the footer, even though the file name is different.
What am I doing wrong? The coding I have tried using is at the bottom of this message, and neither produce the correct results.
Thanks in advance for your help.
Tanya =)
<table>
<tr>
<td align="center"><!--#include virtual="topnavi.txt" -->
</td>
</tr>
</table>
<table>
<tr>
<td align="center"><!-- IFRAME -->
<iframe width="700" name="topnavi" src="topnavi.shtml" border="0"
frameborder="0" scrolling="auto" align="left" hspace="0" vspace="0"></
iframe>
</td>
</tr>
</table>
I have a lot of web pages and have decided it would be best to switch over to SHTML site menus and footers. My problem began when I tried to add a second horizontal menu to my page. The first vertical left side menu worked great. Then I added a footer, and it worked fine. Finally I tried to add a horizontal menu and I keep getting the footer, even though the file name is different.
What am I doing wrong? The coding I have tried using is at the bottom of this message, and neither produce the correct results.
Thanks in advance for your help.
Tanya =)
<table>
<tr>
<td align="center"><!--#include virtual="topnavi.txt" -->
</td>
</tr>
</table>
<table>
<tr>
<td align="center"><!-- IFRAME -->
<iframe width="700" name="topnavi" src="topnavi.shtml" border="0"
frameborder="0" scrolling="auto" align="left" hspace="0" vspace="0"></
iframe>
</td>
</tr>
</table>