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

Design

Fonts and Colors Code Challenge

Hey,

I'm running into some trouble taking the code challenge on the "Building a Simple Website - Fonts and Colors Code Challenge". I'm on Task 4 and it says:

"Add the background texture.png from inside the img folder and set the background to repeat."

I'm not sure what the name of the image should be; is it "background texture.png" or "texture.png". I tried both (and I also tried adding spaces and hyphens).

Maybe I'm missing something? I can't seem to get it right and it won't let me pass the challenge without answering it.

Thank you!

Maria

3 Answers

background: #420600 url ('img/texture.png') repeat;

Hey maria i had the same problem as well. I think the program wants you to remember the image should be in the img folder. that's why texture.png did not work.

Thank you, Edin and Armando; that helped me pass the challenge. Onward!