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 trialdino santos
1,046 Pointshow come when i change the content between the tags, nothing changes when i preview it?
I'm using the index html and copied it and tried to modify it, but there are no changes that appear when i preview it
7 Answers
Edward Stedman
10,368 PointsAny chance you could add your code? Much easier to try and help if you do!
dino santos
1,046 Pointsok i found the problem. After i click the preview button, i just needed to reload the preview page. Thanks for the help!
Austin Morphies
221 PointsAlso be sure to watch if your page is cached, Copy the link to the preview and open it in private browsing.
dino santos
1,046 Points<!DOCTYPE html> <html> <head>
<title>Hello</title> <meta charset="utf-8">
<style> h1 {text-align: center; color: orange} h2 {text-align: center; color: pink} </style>
</head>
<body> <h1>testing</h1> <h2>By Joy Kesten</h2>
<p> just quick enough to slam it behind me only to watch the glass get covered in a slimy layer of slobber. As I held the door closed with my makeshift peg leg against the door I realized that my broom handle wasn't a broom handle at all but in my sleepy fog I had mistakenly fashioned a peg leg out of the nearest dog bone. As I lay there attempting to catch my breath and laughing at the stupidity of my mistake to fashion a peg leg so carelessly. I figure I ought to make an appointment to see a doctor.</p>
</body> </html>
Edward Stedman
10,368 PointsHey Dino Santos,
Have you saved the workspace. If there is a orange dot on it then, it is unsaved. Press ctrl + s for windows or cmd + s for mac to save the workspace. Hopefully this helps.
dino santos
1,046 Pointsits just based from the basic tutorial. but seems like when i click the preview button, it shows no change not sure if I'm just missing a step or something
dino santos
1,046 Pointsyeah the orange dot is there but when i preview nothing has changed. weird.
Edward Stedman
10,368 PointsThe orange dot means it is UNSAVED. Press ctrl + s or cmd + s and it should change on the preview.
dino santos
1,046 PointsIts still the same problem even after i saved it. maybe its an issue with the browser or something