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 trialLiviu Cucerenco
8,039 PointsI cannot type in the window.
I cannot put my cursor into the code window and type something.
<!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>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
</section>
<footer>
<p>© 2013 Nick Pettit.</p>
</footer>
</body>
</html>
2 Answers
Erik Nuber
20,629 PointsIf you haven't figured this out already, you may just need to load/reload the page. Also, the teamtreehouse site works best in chrome. I have had many wonky issues with Safari and Firefox and, eventually was frustrated enough to call and was given that info. Once moving to chrome, I have had far less issues.
Liviu Cucerenco
8,039 PointsThank you for the reply. Reloading the page was the first thing I tried and it didn't work, and I am using Chrome. I figured out a workable solution though. This problem appears when the script is too long to fit on the script page so that a scroll-bar appears on the right. When this is the case, I can only start editing the script if I scroll to the top of the script window, then I can use the arrow keys on my keyboard to navigate down the part that I need to edit. While a bit annoying, it is doable this way. It is certainly something worth looking into for the site designers.
Jay Padzensky
4,731 PointsHow narrow is your browser window? Occassionally, if around 500px or so, then the cursor may get "lost" and you can't enter the text field to input characters. Widening the window may enable this.