This does NOT work, the "breadcrumbs" line is missing:
</tr>
<!--#include virtual="includes/TopNavMe
nu.shtml" -->
<tr valign=top>
where:
<!-- TopNavMenu.shtml -->
<!-- breadcrumbs -->
<tr>
<td>
<script type="text/javascript">
<!--
breadcrumbs()
//-->
</script>
</td>
</tr>
Ane this DOES work:
</tr>
<!--#include virtual="includes/TopNavMe
nu.shtml" -->
<tr>
<td>
<script type="text/javascript">
<!--
breadcrumbs()
//-->
</script>
</td>
</tr>
<tr valign=top>
where:
<!-- TopNavMenu.html -->
<!-- breadcrumbs -->
ie: pretty much empty
What's up with this??
Start Free Trial