Version 5.1 (1016) Professional does not seem to pick up pages in an included text file. My index.shtml has an <!--#include virtual="inc/logo.txt" --> statement which contains my navigation buttons; however, these pages are never spidered. The website is MidtownChurch.net, and the included file in all pages looks something like this:
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="position: relative; top: -66px; ">
<tr>
<td width="8%" align="center"><a class="mind"
href="http://midtownchurch.net/index.shtml"> Home </a></td>
<td width="8%" align="center"><a class="mcal"
href="http://midtownchurch.net/calendar.shtml"> Calendar </a></td>
<td width="8%" align="center"><a class="mcon"
href="http://midtownchurch.net/contact.shtml"> Contact </a></td>
etc.
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="position: relative; top: -66px; ">
<tr>
<td width="8%" align="center"><a class="mind"
href="http://midtownchurch.net/index.shtml"> Home </a></td>
<td width="8%" align="center"><a class="mcal"
href="http://midtownchurch.net/calendar.shtml"> Calendar </a></td>
<td width="8%" align="center"><a class="mcon"
href="http://midtownchurch.net/contact.shtml"> Contact </a></td>
etc.
Comment