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!
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

Kistal Gordon
2,009 PointsCode Challenge Styling Content
On the last part of the challenge I am suppose to Add the background texture.png from inside the img folder and set the background to repeat. And I did background: #420600 url('img/bg-texture.png') repeat;
What did I do wrong? I think it's right :-(
6 Answers

James Barnett
39,199 PointsKristal - You are so close.
What they are saying is, to add an image named texture.png
located in a folder named img
as a background, and set that background to repeat.

Tomasz Grabarczyk
4,860 PointsTry to look at part with bg-texture.png

James Barnett
39,199 PointsTomasz - Here on the Treehouse forums we usually try to give a hint first and then wait for the asker to respond.
The goal of these forums is not to get people past a code challenge, instead it's to supplement learning so students of Treehouse solve their own issues.

Tomasz Grabarczyk
4,860 PointsOhh okay sorry. I didnt know :)

James Barnett
39,199 PointsTomasz -
Ohh okay sorry. I didnt know :)
No problem, I just edited your post to remove the code to keep from giving away the answer.

Kistal Gordon
2,009 PointsThank you for the suggestions. I would have replied sooner but I had to work.