I have been having this problem off and on for a while now. I will build a part of a website to include and for a while it will work and then bang one of the images will not longer show up. For a while it seamed that the only way to fix it was to rebuild the whole include file but I was wonder if there was something I was missing. I am new to asp and I am using dreamweaverMX to do my include. I will post the code and maybe that will help.
****File to be included*********
<table width="215"
height="395" border="0" cellpadding="0" cellspacing="0" dwcopytype="CopyTableRow">
<tr>
<td height="22"><img src="images/spacer.gif" width="20" height="20"></td>
<td height="22"></td>
<td height="22"><img src="images/spacer.gif" width="20" height="20"></td>
</tr>
<tr>
<td height="129"></td>
<td align="right" height="129">For full access to our Client Zone, you must
be a Diversified client or an client payrolled through PEO Canada.
<p>All users must “Create an Account” prior to logging in for
the first time. Please have your client number ready to validate your
identity.</td>
<td height="129"></td>
</tr>
<tr>
<td height="14"></td>
<td height="14"></td>
<td height="14"></td>
</tr>
<tr>
<td></td>
<td background="images/bg-logi
n.gif"><p align="center"> <a href="mailto:jeffw@peocana
da.com" class="linku">Contact
PEO Canada</a><a HREF="javascript:popUp('
https://servicecenter.verisign.com/cgi-bin/Xquery.exe?Template=authCertByIssuer&remote_host=https://digitalid.soltrus.com/secureServerFr/cgi-bin/haydn.exe&form_file=fdf/authCertByIssuer.fdf&issuerSerial=35798d5cd68c622ae4dc84ec290f2b6b')" class="linku"><br>
</a></td>
<td></td>
</tr>
<tr>
<td height="14"></td>
<td align="right" height="14"></td>
<td height="14"></td>
</tr>
<tr>
<td height="52"></td>
<td align="center" height="52"><a href="
http://www.diversifiedstaffing.com/"><im
g src="images/logo-diversifi
edsm.gif" hspace="10" vspace="10" border="0" alt="Diversified Staffing Services" WIDTH="155" HEIGHT="30"></a></td>
<td height="52"></td>
</tr>
<tr>
<td rowspan="3" height="141"></td>
<td align="center" height="32"><a href="
http://www.peocanada.com/"><im
g src="images/logo-peosm.gif
" border="0" alt="PEO Canada" WIDTH="155" HEIGHT="30"></a> &nbs
p; </
td>
<td rowspan="3" height="141"></td>
</tr>
<tr>
<td align="center" height="45"><a href="
http://www.wardvinge.com/"><im
g src="images/logo-wardvinge
sm.gif" alt="Ward Vinge & Associates" WIDTH="155" HEIGHT="30" border="0"></a></td>
</tr>
******This is the image that is not showing up*********
<tr>
<td align="center" height="37"><a href="
http://www.financialstaffing.ca/"><img src="images/logo-financial
sm.jpg" alt="Financial Staffing Services" WIDTH="170" HEIGHT="35" border="0"></a></td>
</tr>
</table>
and this is the code that I use to include it.
<tr>
<td colspan="3"> <!-- #include file="include/leftpanel.as
p" --> </td>
</tr>
Thanks
LAter
View the Solution FREE for 7 Days