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 Build a Simple Website Styling Content Fonts and Colors

Hey 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

Just saw I missed the second ' in my question ... but the code I wrote in the answer of the quiz is below under number 5..

5 Answers

István Turupoli
István Turupoli
11,950 Points

It seems you left out a quotation mark at the end of the url. That may be the problem.

Thanks 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 .

Thanks 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 .

I 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
István Turupoli
11,950 Points

:) Yes, we posted at the same time...