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 trialChristian Espinosa
3,734 PointsThere are no changes being made using atom
When I make changes on Atom, save it using ctrl+s, load into the project, it doesn't make any changes
3 Answers
David Mclean
3,646 PointsIf that's true then it's not the right file. Cut out your code or comment it out. And paste this,
<!doctype html>
<head> Testing Code</head>
<body>
<h1>Do you see me friend?</h1>
</body>
If you don't see this, paste it in a new note file and save it as test.html and open/ drop the file to a browser. You have to see it now. Now you can check what's up with ur other setup.
Tip: when you ask a question you want to give as much information as possible so that whoever sees your question can quickly help you. I'm going to post a page that give you guidelines.
David Mclean
3,646 PointsCan you provide a snippet or explanation of the change you are trying to see?
Christian Espinosa
3,734 Pointswell it's quite literally any change, when I try to change my title, save then refresh the website it remains the same
David Mclean
3,646 Pointshttps://medium.com/@gordon_zhu/how-to-be-great-at-asking-questions-e37be04d0603
This is a great read on how to ask great coding questions.