hi. okay, had to edit my css. and fix my issues. but where to put the comment? which element. as totally blind. and cannot see. using the jaws for windows screen reader. so where to put it. can any one help. why is it not passing. doing some thing stupid and not able to see.
marvin.
ps: pasting my updated code stylesheet below.
h1,h2, p {
text-align: center;
}
#h1, h2, p {
width: 300px;
}
#body {
width: 300px;
}
e #menu {
width: 300px;
*/ background-color: burlywood; /*
}
Hi. Can you please link to the step you are stuck on. I can see that you have got the comment syntax slightly wrong if you are trying to comment out background-color. Have a look at the correct syntax for css comments and check against yours.
hi, heres the link. so how to get the comment sintax working. whats the correct sintax and where to put it.
pasting the link to step 22.
marvin.
hi, looked at the comment. still not working. so whats the correct code to get this to pass, and where to put it. confused and frustrated. need help. did look at the example. still not working. so not sure what stupid thing i am doing, and cannot see. need help asap.
marvin.
hi, still not working. how to get it to work. sorry, trying to be patient. but dont want to have to wait another 2 or 3 hours. help?
marvin..
hi. heres the comment. what am i doing wrong? and have i got it in the right or wrong place. please help. frustrated. and not sure why not passing. please explain. show me the correct code and where to put it.
marvin.
*/ background-color: burlywood; */
.
Hi
Look at the example code for the commenting out syntax and compare to yours:
/* comment here */