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

Linking Images and Files Not Working

I was doing the HTML and CSS tutorials and was going fine, until the image linking came up. It always appears as that little picture icon that I think means it's not linked correctly. It also goes for the CSS normalize thing. Can someone help me? This is the code that I used for some of it:

<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">

<img src="img/featured-cupcake.jpg" alt="Avacodo Chocolate Cupcake">

Help please!

2 Answers

Would you mind posting your code please?

Did you remember to download the source files for the project?

Did you remember to include the folder name if there is not a direct link to the picture. Example src= "/images/picture.jpg"

It won't let me post the entire thing, but just click the link somewhere and it should work. And yes, I did download it.

http://pastebin.com/cA6RXGKZ

Bump, please answer this.