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! Quote Link to comment 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 . . . ) Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.