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 trialNaya Willis
2,461 PointsI think there is something wrong with the site, its not letting me edit the code in the challenge
Site issues
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Nick Pettit</title>
</head>
<body>
<header>
<a href="index.html">
<h1>Nick Pettit</h1>
<h2>Designer</h2>
</a>
<nav>
<ul>
</ul>
</nav>
</header>
<section></section>
<footer>
<p>© 2013 Nick Pettit.</p>
</footer>
</body>
</html>
2 Answers
Daniel Rosensweig
5,074 PointsI think I know the issue you're experiencing. It's a recurrent problem for me, but easily solved. Often, when I'm doing a code challenge, typically when I've already submitted once but made an error, clicking in the box where I want to edit doesn't put the cursor where I need it (in the text field). I'm still controlling things outside of the panel where I need to be.
Here's what I've found usually works for me: Scroll up to the top, and click on the header tab just above the text field where you edit. (In your case, it says 'index.html' and has a little paper icon.) Then, click again somewhere in the editing space. Your cursor should show up where you clicked, and you can use the arrow keys to go back to wherever you need to be.
Hope this helps!
Jason Elstrott
11,045 PointsI had a similar problem when I was trying to edit code on my i-pad. I installed an update to my treehouse i-pad application earlier today and am hoping that helps. I have better luck when I use my computer to do the code challenges. I am not sure whet system you are using but hope this information helps.