Hi there,
Your forum has been recommended to me by a friend so I was wondering if you could help me...
I wish to store the LHS menu in a file called leftnav.htm and call it from several pages.This is not working however.Could you please tell me what I'm doing wrong?
leftnav.htm
<!--Sets the links for the LHS of the page -->
<table valign=center height ="354" width="162">
<td width="154" align=center height="1" bgcolor="#CCCCEE"><span class="sub"><b>Menu</b></span></td>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm" >JobSheets <br> <img src="jobsheet.jpg" border=0 height=40 name="jsheet_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm" >Site Manuals <br> <img src="sitemanual.gif" border=0 height=40 name="smanual_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm" target="_top">Procedures <br><img src= "procedures2.jpg" border=0 height=50 name="proc_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm"> Disaster Recovery <br><img src="disaster3.jpg" border=0 height=40 name="disaster_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href="intro.htm">Business Continuity <br><img src="business5.jpg" border=0 height=40 name="bus_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href="intro.htm">Back Up <br><img src="backup.jpg" border=0 height=35 name="backup_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm">Security <br><img src= "padlock2.jpg" border=0 height=40 name="sec_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm">Help <br><img src="help2.jpg" border=0 height=50 name="help_img"></a></td>
</tr>
</table>
One of the pages I wish to call leftnav from is Index.htm
<html>
<head>
<!-- This file contains the tesxt design template which will be displayed on each page -->
<LINK REL=StyleSheet HREF="stylesheet.css" TYPE="text/css">
</head>
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<table width="724" height="497" cellspacing="0" cellpadding="0" border="0">
<tr bgcolor="#A8CCCC" >
<!-- Inserts the Group logo on the LHS of the page -->
<td width="183" align="left" height="85">
<img src="Group.gif" width="167" height="67"> </td>
<!-- inserts the logo on the RHS of the page -->
<td valign="top" align="right" height="85" width="537">
<img src="logo.gif" width="122" height="57"> </td>
</tr>
<tr height="100%">
<td width="183" valign="top" bgcolor="#A8CCCC" height="412">
<!-- Places Left nav file here. Left nav is stored in leftnav.asp. Use asp include
Leftnav.asp will be a file that contains a table with the nav links. -->
<!--#include file="leftnav.htm"-->
Would appreciate your help thanks!
Your forum has been recommended to me by a friend so I was wondering if you could help me...
I wish to store the LHS menu in a file called leftnav.htm and call it from several pages.This is not working however.Could you please tell me what I'm doing wrong?
leftnav.htm
<!--Sets the links for the LHS of the page -->
<table valign=center height ="354" width="162">
<td width="154" align=center height="1" bgcolor="#CCCCEE"><span class="sub"><b>Menu</b></span></td>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm" >JobSheets <br> <img src="jobsheet.jpg" border=0 height=40 name="jsheet_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm" >Site Manuals <br> <img src="sitemanual.gif" border=0 height=40 name="smanual_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm" target="_top">Procedures <br><img src= "procedures2.jpg" border=0 height=50 name="proc_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm"> Disaster Recovery <br><img src="disaster3.jpg" border=0 height=40 name="disaster_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href="intro.htm">Business Continuity <br><img src="business5.jpg" border=0 height=40 name="bus_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href="intro.htm">Back Up <br><img src="backup.jpg" border=0 height=35 name="backup_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm">Security <br><img src= "padlock2.jpg" border=0 height=40 name="sec_img"></a></td>
</tr>
<tr>
<td width="154" bgcolor="#AAAACC" align=center height="48"><a href=" class="norm">Help <br><img src="help2.jpg" border=0 height=50 name="help_img"></a></td>
</tr>
</table>
One of the pages I wish to call leftnav from is Index.htm
<html>
<head>
<!-- This file contains the tesxt design template which will be displayed on each page -->
<LINK REL=StyleSheet HREF="stylesheet.css" TYPE="text/css">
</head>
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<table width="724" height="497" cellspacing="0" cellpadding="0" border="0">
<tr bgcolor="#A8CCCC" >
<!-- Inserts the Group logo on the LHS of the page -->
<td width="183" align="left" height="85">
<img src="Group.gif" width="167" height="67"> </td>
<!-- inserts the logo on the RHS of the page -->
<td valign="top" align="right" height="85" width="537">
<img src="logo.gif" width="122" height="57"> </td>
</tr>
<tr height="100%">
<td width="183" valign="top" bgcolor="#A8CCCC" height="412">
<!-- Places Left nav file here. Left nav is stored in leftnav.asp. Use asp include
Leftnav.asp will be a file that contains a table with the nav links. -->
<!--#include file="leftnav.htm"-->
Would appreciate your help thanks!