alexb27 Posted November 1, 2010 Share Posted November 1, 2010 Hi all, I have the following problem: there is a html file in my htdocs folder, and images in htdocs/images/ ; I specify <img src="C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/images/1.jpeg" /> but the image doesn't show in any type of browser. I tried also backslashes, relative path <img src="/images/1.jpeg" /> but that didn't worked eader . If i create a simple html file not in htdocs and put the images in a folder "images" placed in the same folder as the html it works. Why? Is there a solution? Thank you in advance! Link to comment https://forums.phpfreaks.com/topic/217464-image-not-showing/ Share on other sites More sharing options...
Pikachu2000 Posted November 1, 2010 Share Posted November 1, 2010 Try <img src="images/1.jpeg"> (and moving thread to HTML help . . . ) Link to comment https://forums.phpfreaks.com/topic/217464-image-not-showing/#findComment-1129173 Share on other sites More sharing options...
nimesha Posted November 2, 2010 Share Posted November 2, 2010 if your folder structure is as follows -images -index.php then its is correct to give it <img src='images/1.jpeg'> your php file should be in the same level of 'images' folder Link to comment https://forums.phpfreaks.com/topic/217464-image-not-showing/#findComment-1129330 Share on other sites More sharing options...
alexb27 Posted November 2, 2010 Author Share Posted November 2, 2010 It works with "images/1.jpg" - not jpeg Thank you for your replies. Link to comment https://forums.phpfreaks.com/topic/217464-image-not-showing/#findComment-1129347 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.