Hi,
I am trying to reference an image in another folder:
c:\dev
c:\dev\app1\app1\callingfolder.aspx
c:\dev\app2\blue.jpg
Callingfolder.aspx is trying to link to the blue.jpg file:
<img id="MainMenu" src="../images/menubar-small1.jpg" usemap="#menubar" border="none" />
<map id="menubar" name="menubar">
<area coords="743, 1, 856, 21" href="../../app2/blue.jpg" shape="rect" alt="Bulletin" target="_self" />
</map>
I'm running into error:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Please help!
Thanks,
TinaC99
I am trying to reference an image in another folder:
c:\dev
c:\dev\app1\app1\callingfolder.aspx
c:\dev\app2\blue.jpg
Callingfolder.aspx is trying to link to the blue.jpg file:
<img id="MainMenu" src="../images/menubar-small1.jpg" usemap="#menubar" border="none" />
<map id="menubar" name="menubar">
<area coords="743, 1, 856, 21" href="../../app2/blue.jpg" shape="rect" alt="Bulletin" target="_self" />
</map>
I'm running into error:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Please help!
Thanks,
TinaC99