I have created a new folder in my project, aptly named ‘images’. I have copy and pasted my images into the folder via explorer, but how do I get them to show up in studio, so when I do img tags or whatever I get the src… dropdown and I can navigate to the image that I want?
Ok, I have followed the advice and now have the folder and all the images within it visible to my project. I’m actually following a tutorial about creating a login page etc for a web project. It all works and now I am working on layout. I have added an image tag to my login page, as simple as , the src is correct, the image is definitely there, but the image will not show up on the page, why??
I must be suffering from ‘lack of brains friday’ syndrome because this has got me stumped!
It works on the other pages in the project, but not the Login.aspx page!
Thanks.
If you are using a web application project you have to manually add them to the project. Right click “images” and Add > Existing Item and choose your new images.