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 HTML Basics Structuring Your Content Semantic HTML: <header>, <footer> and <section>

I just resubscribed monthly and when I launched workspace, it only had the basic html codes..

I just resubscribed monthly and when I launched workspace, it only had the basic html codes.. It doesent save my LI / UL / H1 and others.. it's just I lost all data and reset...

<!DOCTYPE html> <html> <head> <title>Experience VR</title> </head>

<body> Experience VR A simple blog about virtural reality experiences </body> </html>

I have this instead of the video shown codes..

2 Answers

Steven Parker
Steven Parker
229,744 Points

After you make changes in the workspace editor, you must save them using the menu or the Ctrl-S shortcut to make them appear in the preview and/or available in later sessions.

I'm pretty sure this is unrelated to the subscription.

Thanks for your answer Steven. I've made extra sure to always save and the problem never occurred. Although I wished TeamTreeHouse added video FULL code while you also have your own so if you wanted to go back to double check your codes compared to theirs to use theirs if you lost your codes, it would help a lot.