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 trialSimon Lisher
1,840 PointsI don't know what to do
I have tried everything to try and pass this question and am all out of ideas, I have copied and pasted the actual line from the text editor and changed .jpg to .png Can any one help ? this is what I have put: background: #420600 url ('img/bg-texture.png') repeat;
if this is wrong can some one please tell me why ?
3 Answers
Dennis Skoko
12,860 PointsHave you tried without a space between url and the parentheses? Maybe it's you file path so you might want to double check that.
Sorry if l can't help more , I'm on my mobile right now.
Wayne Priestley
19,579 PointsCan you post the whole question and your code please, it will be easier to help that way.
Christopher Hall
9,052 PointsTry writing it out as 3 separate lines, like this:
body {
background-color: <your answer>
background-image: <your answer>
background-repeat: <your answer>
}