css / teamtreehouse question

Jameel

New member
Feb 14, 2007
1,292
17
0
Stuck on the Quiz, or I can't tell if it is bugged.

vZ2RqaA





I also have a local version of the site that you code along with the videos. I renamed my background file from bg-texture.png to background texture.png to figure out how to do it with spaces in the file name. So after Googling I found the %20 thing and it worked on my local version but the damn quiz won't take any answer.

vZ2RqbQ




The error keeps talking about relative path and according to the index.html the style.css is not in a css folder? I've tried

/img/background+texture.png
/img/background\ texture.png
/img/background %20texture.png
/img/background texture.png
css/img/background+texture.png
css/img/background\ texture.png
css/img/background %20texture.png



vZ2RqbA


I've tried tons of combinations for the answer and I can't figure it out
 


surely the word background is just descriptive and you just put 'img/texture.png'

HAHAHAHAHAH FUCKING WOW

I've been staring at this shit for so long, and in the video the example he uses is bg-texture.png so my brain was primed for that so I kept trying background... hahaha.

Thanks :rainfro:

xVyoSl.jpg
 
Haha LOL. Sometimes you just need a fresh pair of eyes or take a break and come back. I have done this kind of thing many a time when coding in the early hours of the morning.
 
btw, if the file was called 'background texture.png', either url('img/background texture.png') or url('img/background%20texture.png') should work