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

Loading Training into Sublime

I am not sure I loaded the training file correctly. In Sublime, on the left hand menu, I only see Index.html. I have tried to add the CSS file from the next lesson but im not able to load that into sublime for some reason. I am able to code in html (even though my images wont appear).

  <img src="img/you-bake-me-blush.gif" alt=You Bake Me Blush">

Thanks for your help!

Hi Jared,

As far as the code you posted goes; you're missing a quotation mark between alt= and you.

I don't know what OS you're using but what I do is just download the Project Files to a directory/folder and open that directory in Sublimetext and everything is right there.

Jeff

6 Answers

Calvin Nix
Calvin Nix
43,828 Points

Maybe because your code isn't correct. Take a look at your code in your question. There is a reason why the "You" after "alt=" is a different color then the rest of the string, and it isn't good. :p

The You is a different color because you're missing the opening "

Calvin Nix
Calvin Nix
43,828 Points

Diane... He was supposed to figure that out! haha

Calvin Nix
Calvin Nix
43,828 Points

Well is the img folder in the same folder as the index.html?

It is. websitewaters-island01-stage03.zip includes the img, css, as well as the Index HTML ie document.

Sometimes you can stare at something forever and not see it.

Calvin Nix
Calvin Nix
43,828 Points

Yeah that's true. I wasn't going to just abandon him though :). I would have eventually let him know the error. (I would want someone to do the same for me)

Sorry, I just know how frustrating it can be :)

Calvin Nix
Calvin Nix
43,828 Points

Haha no reason to be sorry. I was just messing with you. Coding can be a frustrating thing.