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 trialHelene Trowell
1,111 PointsHey there I can't see what I am doing wrong when writing the relate path in this question adding the texture.png from the img folder ....... url('img/texture.png) Thank you
Bummer! Make sure you put the relative path to the image inside of 'url()'. PreviewRecheck work index.html style.css
1 /* Write your CSS below */ 2 body { 3 font-family: 'Nunito', Sans-Serif; 4 color: #FAF3BC; 5 background: #420600; url('img/texture.png') repeat; 6 } 7
5 Answers
István Turupoli
11,950 PointsIt seems you left out a quotation mark at the end of the url. That may be the problem.
Helene Trowell
1,111 PointsThanks I know I accidentally left it out in my question but if you look at the code below in my question under number 5 it is there :) I was not able to go back and edit my question I saw it immediately .
Helene Trowell
1,111 PointsThanks I know I accidentally left it out in my question but if you look at the code below in my question under number 5 it is there :) I was not able to go back and edit my question I saw it immediately .
Helene Trowell
1,111 PointsI just re did the exact same thing that I did from the get go but starting the quiz over and it worked just fin .. weird :) anyhow .. thank you .
István Turupoli
11,950 Points:) Yes, we posted at the same time...
Helene Trowell
1,111 PointsHelene Trowell
1,111 PointsJust saw I missed the second ' in my question ... but the code I wrote in the answer of the quiz is below under number 5..