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

JavaScript Treehouse Club: JavaScript Car Sounds Introduction to the HTML Document and Uploading a Picture

Salim Amin
Salim Amin
818 Points

I copy paste the code and got this, what did I do wrong? https://i.gyazo.com/91e62160ea01cbdd8ee318fd29724472.png

I'm not sure if it was supposed to be a white background. I did clear cache, though.

Steven Parker
Steven Parker
229,771 Points

It would help if you show your code. Or better yet, you can use the snapshot function in the workspace and provide the link to that.

Also, where are you copying from, and where to?

2 Answers

Steven Parker
Steven Parker
229,771 Points

Your CSS seems to be missing.

Instead of CSS code in the file css/styles.css, the file seems to contain another version of index.html. Replace the actual CSS code and see if that fixes your problem.

If that doesn't do it, make a fresh snapshot after fixing the file and post it along with a few more details about the problem.

Salim Amin
Salim Amin
818 Points

Is there a way to reset the whole workspace? the copy pasted file seems to be the same on my CSS, unless I'm not understanding properly. This is my first month into coding.

Steven Parker
Steven Parker
229,771 Points

You can go to the Workspaces page and delete the workspace. Then, next time you launch it in the course, it will come up fresh like the first time.