Why won't my ASP.Net images show up on the form?

andyhockey8385

New member
I am creating a website with a Master Page and different content place holders. Most of the images show up fine, including images I created in photoshop and converted to JPG's. Now all of a sudden when I create a new image in photoshop, convert it to JPG, then place it on the website, the image just shows up as a box with a red X. I've tried a lot of different things to fix this and nothing is helping. The old images I have, including the ones I made in photoshop before still work when I put them on the site. The new ones just won't work. Has anyone else had this problem or know a way to fix this? Any help is appreciated.

Thank you
Jay, I did all of those things and made sure the path is exactly how it should be and it is doing the same thing.
Ok, I figured out the problem. It had something to do with saving the photo in photoshop. For some reason, I needed to do a save for web, then save the file. I've never had to do this before with any images, but for some reason I had to for these. Now they show up fine. Thanks
 
that doesnt sound like a photoshop img problem it sounds like the paths are failing. make sure ur img src paths are right. in asp its easy to point ur img to nothing. remember relative and absolute urls. and remember to put ../ to move ut a folder.
 
Back
Top