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

HTML Treehouse Club: HTML Publish a Story Introduction to Workspaces

Why is the code I typed in the work space not working?

here is the code that I am using...

<style> h1 {text-align: center; color: green} h2 {text-align: center; color: pink} h3 {text-align: center; color: brown} </style>

</head>

<body> <h1>Peg Leg</h1> <h2>By Joy Kesten</h2> <h3>For the SWAMP MONSTER</h3>

I was told by the video I watched to alter the code, can I not add to it at the moment?

2 Answers

Tyler Dixon
Tyler Dixon
1,509 Points

Joshua Vick how did you get your changes to preview?

Steven Parker
Steven Parker
229,644 Points

Did you save the changes with the menu or the ctrl-S shortcut? And then refresh your browser preview?

If so, make a snapshot of your workspace and post the link to it here for further analysis.

yeah I wished I would have dived further into the content, I figured it out. thanks for the reply!