problem: image not found,

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

hi

asp.net 2.0

In my webproject I have some images stored in the folder
\Images\MenuItems\Normal.

<img src="../Images/Menuitems/Normal/test.png" />
This tag gets a broken image icon, symolizing that the html didn't find the
image. I used the "Pick URL" to select the image, I didn't type the link to
the image. I wonder what I do wrong here...
any suggestions?
 
Did you want the ../ at the start of your src, or did you want <img
src="Images/Menuitems/Normal/test.png" /> ?

Justin Dutoit
 
thanks, problem solved


Justin Dutoit said:
Did you want the ../ at the start of your src, or did you want <img
src="Images/Menuitems/Normal/test.png" /> ?

Justin Dutoit
 
Back
Top