Depending on your directory structure, you should change all your images/foo.gifs to /images/foo.gif
it will look for the images directory in the same directory your parent asp page is in.
Main Topics
Browse All TopicsI 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
PEO Canada</a><a HREF="javascript:popUp('ht
</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.diversifi
<td height="52"></td>
</tr>
<tr>
<td rowspan="3" height="141"></td>
<td align="center" height="32"><a href="http://www.peocanada
<td rowspan="3" height="141"></td>
</tr>
<tr>
<td align="center" height="45"><a href="http://www.wardvinge
</tr>
******This is the image that is not showing up*********
<tr>
<td align="center" height="37"><a href="http://www.financial
</tr>
</table>
and this is the code that I use to include it.
<tr>
<td colspan="3"> <!-- #include file="include/leftpanel.as
</tr>
Thanks
LAter
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
well I check with somebosy and they can see it but I can't. This is the link.
http://www.dot-ya.com/clie
I have used the latest version if IE and Netscape 7. On the left side near the bottom there are 3 image links. There should be a forth but my browser doesn't seem to show it. Any ideas?
LAter
Your image is located at http://www.dot-ya.com/clie
so if I were you, I'd make all your image listings to
/client/images/IMAGENAME.j
sorry I was disbeling virus protection and not the firewall. If I disable the firewall I can see the image. Why can I see everything else with the firewall on but that one link and with the firewall off I can see everything?
I have to have the firewall running cause I keep getting these anoying pop us.....grrrrrr
LAter
Are you trying to access it through a local machine name? http://localhost
or through the valid domain name?
If all else fails, you can code it as <img src = "http://<%=Request.ServerV
sorry that might not have made alot of scene. I am a little flustered about this. The forth image cannot be viewed with the firewall on. There is no indication that there is even a image there if it is on. So what I am curious about now is why are all the other images and links that are in that include file visible with a active firewall while that one is for lack of a better explanation...removed?
LAter
yeah what I have done in the past is take the same image and rename it and sometimes that will work. I thought it might be a odd problem but was wondering if it wa something somebody else has heard of. I really can't remove the firewal cause I'll get burried in pop ups.
Its ok this questions turned out to more of a quest for information then anything. Please keep this question in mind if you hear anything else similar please.
LAter
Business Accounts
Answer for Membership
by: HypostatizePosted on 2003-06-03 at 10:19:01ID: 8640685
What file type is the file that contains the include? .asp?