+ 5
CSS Module 3 - Backgrounds
Currently working through the CSS module For backgrounds im running into an issue at the end of the third module backgrounds- “set the background to avatar.png and repeat it horizontally” .signup [blank] Background-image: url([blank]avatar.png[blank]); Background-repeat: [blank]; } I tried 1, .signup { background-image: url(‘avatar.png’); background-repeat: repeat-x; } As well as : .signup { background-image: url(“avatar.png”); background-repeat: repeat-x; } Both of these solutions have been marked wrong any suggestions ? Any help would be greatly appreciated Thanks in advance 🙏🏼
32 odpowiedzi
+ 1
Seems like somehow my mobile keyboard may be defaulting to the wrong character somehow
+ 1
Thanks i will try to resubmit in 5 hours i guess and be mindful to select the straight quotations ' '
+ 1
míngzi - (like the one in 名字 pinyin)
+ 1
Thanks for helping me troubleshoot 🙌
+ 1
I usually use VS code on computer i downloaded this app yesterday this is the first time ive coded on my cell phone i will try a code editor and see what it does
+ 1
Seems like the code editors in w3schools auto-correct it to a straight '' single quote so ill just have to be careful what my keyboard is selecting its just not programmed to accept double quotes but oh well lesson learned lol
+ 1
I dont think so i submitted it 4 or 5 times already and i never long pressed but i think i have to long press to select the straight single quote like this : url('avatar.png'); i will report my findings in 4 hrs
+ 1
Turns out the default keyboard single quote (‘) was registering incorrect - i had to long press for (') this symbol and it registered correct
+ 1
This was on the stock english(US) keyboard for iphone
0
are you sure it's repeat horizontally?
what i saw was repeat vertically...
0
Yes the open bracket and repeat X are marked correct only the “” is marked incorrect how can i post a screenshot ?
0
I tried it with single and double quotes to no avail 🤷
0
maybe you used backticks (`)instead of single-quotes(')? they look similar.
0
try quitting the app and redoing the module. might be a bug. I had no problem with that, but it was long ago and something might have broken since then.
I do not have your screenshot example in my app. Perhaps they did change it later.
0
Just did
0
Still failed me and i have already waited 24 hours for my hearts to refill
0
I need a heart refund lol
0
You may be onto something with the backticks