Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
samuel octelene
1,014 Pointsadding image from folder not showing up in the webpage
i tried adding image from my folder to my draft webpage and it comes up blank, i type the folder name as it appears.. with pic name nothing show how do i change that?
1 Answer
SP Prabhakar
11,429 Pointstry to keep all files in same folder such as html file, css file and images and give image src to only image name with image type extention, such as src="xyz.png" or "xyz.jpeg" etc... I think it will work after that.