Posted by zinderellie on 05/21/07 18:21
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 thought the file name is different.
What am I doing wrong? Below is the code I have tried using, and
neither produce the correct results.
Thanks in advance for your help.
<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>
[Back to original message]
|