0
word wrap
why is my word-wrap: nowrap; not working for the text whenever uve completed 50 clicks for the first button https://code.sololearn.com/W4x0iZQZVmv2/?ref=app
15 Réponses
+ 2
Your Mom
line 31: else if( points1 > 50 && points1 <= 60) {
+ 1
You are looking for `white-space: nowrap`.
`word-wrap` does not exist in CSS.
+ 1
Your Mom for your if statement you need an else statement.
else { document.getElementById( "text" ).innerHTML = ""; }
+ 1
first you have to complete then it will work.
+ 1
Your Mom That is not a proper audio link.
0
Schindlabua do u know for my if statement
if(points1 === 50 && points1 <= 75)…
the text is not going away for whenever my points are higher than 75
0
this is at line 30 and 49
0
Chris Coder its not working
0
its not working without completing
0
Abdulmateen Shinwari wdym
0
k
0
so im trying to disbale my buttons whenever a player reaches 100 but its not working and idk why
0
Chris Coder do u know why my half way point text is only displayed when one of my points == 50 and not they dont display throught the points 50-60 if that makes sense. You can check my else if statement to see
https://code.sololearn.com/WAvOeo9jW04v/?ref=app
0
Chris Coder im trying to create an audio file for the game, idk whats wrong i looked at tutoriald but its not working