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

HTML

Why is image not showing up in browser when I use sublime editor? using <img src=“”> Link to see code http://screencast.

I've also tried to upload images without the .css at the end of the folder and it doesn't work either.

This is a similar code using teamtreehouse editor http://screencast.com/t/LtJuxDd8 and here is the results http://screencast.com/t/tgg2zRNfWb

Here's the the code that's not showing up, workspace won't let me update the question http://screencast.com/t/vd5WCoInVYn

3 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,254 Points

I'd be interested to see the name of the image file that's inside your img.css folder. Is there a slight discrepancy on filenames between workspaces and in your sublime project?

This is what the inside of the img.css folder looks like http://screencast.com/t/5gwX5UtJ2

Elijah Gartin
Elijah Gartin
13,182 Points

Hey There,

I noticed in the screenshot of your sublime text editor that the "dot" was still there indicating that changes were made but not saved yet. I don't want to insult your intelligence, but did you save it after you added the line of code for the image?

Thanks!

Yes I did eventually save it and it's still showing up the same. I just started using workspace to practice my code only.