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 trialJason Bentley
265 PointsCan't get the img file to show
I can't get the logo to show up on the browser
1 Answer
Derek Etnyre
20,822 PointsMake sure you are spelling the name of the image file correctly. Also make sure you are pointing to it with correct folder name. If pointing to image from another folder you may need to include .. in image name - like this url("../Images/YourImage.png").
Jason Bentley
265 PointsJason Bentley
265 Pointsthanks i figured out the issue! I had two index.html files saved. One on my desktop and on in a folder in my desktop titles "web". I was coding for the desktop file and not the one in the folder. After I deleted the desktop "index.html" file and saved the text editor over to the folder everything worked beautifully.
That's one mistake I now know not to make :D