This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Bruno Palacios
almost 11 years

Why can't i go to the next excercise?

On this exercise i was told i had to erase the commentary and i did. The thing is, I erased the css commentary but for some reason the exercise isn’t considered complete. I tried refreshing and reentering the exercise again and again but it doesn’t let me pass and the commentary is still erased, i don’t know what’s going on?

Bruno Palacios

Answer 51acfb94ed59c7ecc4000106

4 votes

Permalink

Bruno try this

.red { color: red; }

#rogue { color: #FF00FF; font-weight: bold; font-family: cursive; }

points
Submitted by Excel
almost 11 years

Answer 52cca8d680ff3391f50000b2

2 votes

Permalink

I also removed the asterisks and forward slashes and the exercise was unable to progress. The Save and Submit button went entirely blue without any text in it. It think it could be a possible bug.

points
Submitted by Vincent Purita
about 10 years

1 comments

tony de araujo about 10 years

Hi Vincent, could you paste your whole code on the window at the bottom of this page. And if you please, what lesson number are you having a problem with, and what is the exact error message?

Answer 52ccac969c4e9d055d000161

1 vote

Permalink

I’m on Lesson 10/23 for Beyond HTML Elements. The Save and Submit button has turned opaque blue with no text and gives off no error message or tells me to move on when I have clicked it. I haven’t seen that before and feel it might be a bug.

.red { color: red; }

#rogue { color: #FF00FF; font-weight: bold; font-family: cursive; }

points
Submitted by Vincent Purita
about 10 years

5 comments

tony de araujo about 10 years

You’re right. Something is wrong. I will report the bug. Thanks.

tony de araujo about 10 years

Now I’m actually having the same problem with all exercises. Whatever is going on seems to be site wide, not specific to this exercise. Are you having any other problems?

Vincent Purita about 10 years

Everything seems to be working normally for me now actually.

tony de araujo about 10 years

ok, now it is working again. If you haven’t done it yet, test your code. It looks the same as mine and mine passes validation.

tony de araujo about 10 years

yeap, it seems like the site was on hold for a while.

Answer 519bf4f8e41c600a50006df7

0 votes

Permalink

Hi Bruno, did you remove both asterisks and forward slashes?

/*
#rogue {
    color: #FF00FF;
    font-weight: bold;
    font-family: cursive;
} */

so that the code get all colored ( active)?

points
Submitted by tony de araujo
almost 11 years

5 comments

Bruno Palacios almost 11 years

I did now but it still doesn’t work. My code is like this #rogue{ color: #FF00FF; font-weight: bold; font-family: cursive } but it still doesn’t work and i don’t know why.

tony de araujo almost 11 years

Now that you removed your comment line loggin with a different browser to see if you can pass it. Sometimes it works. Try Chrome.

Bruno Palacios almost 11 years

i tried with chrome and explorer and it still doesn’t work.

tony de araujo almost 11 years

Sorry to hear that, Bruno. If you still need help paste your whole code on the bigger window, highlight it and click on the {} button. You may have to try it a couple of times until it recognizes your code. Once we have your code, myself or any other volunteer will try to help.

Bruno Palacios almost 11 years

i tried again with the {} button and it doesn’t work. I’ll try with some other exercises

Answer 53b6a9f38c1cccdafd001aba

0 votes

Permalink

As for me, clicking [Save & Submit code] works but it appears that the system fails to count this exercise as “completed”.

Any ideas?

points
Submitted by Killy
over 9 years