Nested divs build a city skyline issue

if you need more help, share your code with us.
You’ll need to follow our instructions in order to do so correctly here.

1 Like

hi, because i use forms mode for auto. might set it to manual. or have to then turn off the virtual cursor. so jaws some times with the editor used for this forum. so, will try to then set that. but some times it puts it in the wrong place, maybe you should improve the accessibility of the forum replies.
marvin.

1 Like

Unfortunately the forum is not created by fCC. It is a tool used by fCC to communicate with users.

Is Discord a better place for you to chat? fCC has a discord server that you can consider using?

1 Like

hi. heres my latest code. pasting below.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>City Skyline</title>
  <link rel="stylesheet" href="styles.css" />
</head>
<body>
  <div class="background-buildings">
    <div class="bb2"></div>
    <div class="bb3"></div>
    <div class="bb4"></div>
  </div>
</body>
</html>


1 Like

great, you have worked out how to share the code. Nicely done!

For the code you’ve shared though, it seems you’ve erased part of the required code.
fCC provides each challenge step with “seed code”. This seed code should never be modified unless requested to do so by the step.

I believe you are familiar now with the Reset button. So you will need to utilize it one more time to get the original seed code back.

Now, when reading through the code that is there with your screen reader. Are you able to read through till you find the closing tag of the .bb1 element?
If you can find the closing tag of the element, then move your cursor down below it (to the empty line directly below it, and add the new code there.

1 Like

hi, yes, will go and then have another look, but i believe my code is correct. if not, then point it out to me and dont be demeening. when i use a screen reader and cannot see. so will go and listen, yes got punctuation set to all.e

1 Like

hi, yes my jaws reads me the

tags in vs code. not very happy with your attitude. so have written to quincy about this issue. not very good support or communication for a blind person trying to do his best. so i think theres a bug with the vallidator, and the message should be more clear where to add the divs.
marvin..hi, yes my jaws screen reader does read the
in vs code. and so, not happy with your attitude towards me. so did write to quincy him self. not happy. marvin.

1 Like

hi, okay yes can use discord. does work with jaws, theres jaws scripts for support for that. so send me the link and then can then subscribe. and the free code camp app for windows. is that accessible and what does it do.
marvin.

1 Like

you can reach the discord server at https://chat.freecodecamp.org, this is not an invite, it opens the introduction page to the server, in this page there is a Join Server button to join the server


in the last code you posted there is again code missing that should be present from the start of this exercise, are you sure you used the reset button?

1 Like