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 trialJose Ramirez
9,946 PointsThe challenge task keep resetting on me!
I don't have a question but this is very annoying. Every time I am writing the code in the challenge task, it keep resetting. Especially when the code is a little lengthy this is way to annoying because I have to do the entire code allover.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Forms</title>
</head>
<body>
<form action="index.html" method="post">
<h1>Shirt Order Form</h1>
</form>
</body>
</html>
2 Answers
Jennifer Nordell
Treehouse TeacherWhen the challenge times out try not picking one of the buttons it offers. Instead click the X to close out the error window and then run check work again. Also, copying your code before you hit check work can save a lot of frustration if this technique doesn't work.
Jose Ramirez
9,946 PointsThank you Jennifer. I have spend to much time rewriting the code on this. I am going to follow your technique.