Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Chloe Thompson
226 Pointscursor loss in challenges
challenge // checking work
2 Answers
elk6
22,916 PointsHi Chloe,
Were you able to get your cursor back? Have you tried to refresh the page?
For the sections tag: This should be section. Singular, not plural.
<!doctype HTML>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header>
</header>
<section>
</section>
<footer>
</footer>
</body>
</html>
Elian
Chloe Thompson
226 Pointsi did refresh and started the challenge from the beginning which helped - also noticed that plural (thx) it is happening again in a different challenge section - i'm running on chrome, so maybe that's a thing? is this common?
elk6
22,916 PointsNot really. I use chrome and never had that issue. Have you got any plugins that might cause this ( just a suggestion ). Also, if you refresh, be sure to copy your code you have so far. The challenges usually build up and it's no problem to use the code for a later challenge in an earlier challenge most of the time. If you copy the answeri just provided above into challenge 1, it will run like normal. Same goes for 2, 3 etc. This could save you some time, not having to retype the whole thing. Doesn't work for all challenges, but for these it does.