R
Rakesh Gupta
Good morning folks...........neewbie here....need some
help....
I'm in the process of contructing some web pages, which
have the header, navigation, and footer pages as "include
files". see code below: -
</head>
<body bgcolor="#000000">
<!--webbot bot="Include" u-include="../header.asp"
tag="BODY" --><table
border="0" width="100%" cellspacing="0" cellpadding="0"
id="table3"
height="656">
<tr>
<td width="180" align="left" valign="top" height="300">
<!--webbot bot="Include" u-include="../nav.asp" tag="BODY"
--><p> </p>
</td>
<td align="center">
</td>
</tr>
<tr>
<td height="46" width="180"> </td>
<td height="46"> </td>
</tr>
</table>
<!--webbot bot="Include" u-include="../footer.asp"
tag="BODY" -->
</body>
</html>
The problem I'm having, is when the page i'm creating sits
in a sub-directory, everything appears to be ok when i
view the page in "design mode", but when i preview the
same page in a browser, the nav.asp disappears. This
doesn't seemt o be a problem when the page resides in the
root directory...........any help on this would be most
appreaciated.....spent most of the early hours of this
morning trying to figure this one out.....
help....
I'm in the process of contructing some web pages, which
have the header, navigation, and footer pages as "include
files". see code below: -
</head>
<body bgcolor="#000000">
<!--webbot bot="Include" u-include="../header.asp"
tag="BODY" --><table
border="0" width="100%" cellspacing="0" cellpadding="0"
id="table3"
height="656">
<tr>
<td width="180" align="left" valign="top" height="300">
<!--webbot bot="Include" u-include="../nav.asp" tag="BODY"
--><p> </p>
</td>
<td align="center">
</td>
</tr>
<tr>
<td height="46" width="180"> </td>
<td height="46"> </td>
</tr>
</table>
<!--webbot bot="Include" u-include="../footer.asp"
tag="BODY" -->
</body>
</html>
The problem I'm having, is when the page i'm creating sits
in a sub-directory, everything appears to be ok when i
view the page in "design mode", but when i preview the
same page in a browser, the nav.asp disappears. This
doesn't seemt o be a problem when the page resides in the
root directory...........any help on this would be most
appreaciated.....spent most of the early hours of this
morning trying to figure this one out.....