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 How to Make a Website Creating HTML Content Use the Navigation Element

Houston we have a problem...Workspace is not responding

In addition to my earlier post I am now experiencing a complete failure of the "Workspace".

I have coded the following into a separately launched "Workspace" tool:

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Thomas Mannion | IT guy learning to code</title> </head> <body> <header> <a href="index.html> <h1>Thomas Mannion</H1> <h2>It guy learning to code</h2> </a> <nav> <ul> <li>Portfolio</li> <li>About</li> <li>Contact</li> </ul> </nav> </header> <section> <p>Gallery section goes here...</P> </section> <footer> <p>ยฉ 201404111505 Thomas Mannion.</P> </footer> </body> </html>

After typing this all in and saving it I attempted to "view" it by pressing the "eye" in the upper right. A new separate tab is launched in my browser but nothing is displayed on the page.

Can anyone help me with this? Please. Thanks.

My text was truncated...I have also discovered the technical support contact link which I will forward my issue to.

Sorry for wasting anyone's time with this...

You also might want to try saving it then view it.

Maureen you are right. A great step that I have taken several times. I completely deleted my "page" "index.html" and retyped the whole syntax over. I then saved it. I then attempted to "view" it with the "pre-view" button. I firmly believe that this may be a "custom" "Workspace" issue that only the developer from Teamtreehouse.com can resolve. They first have to re-create the problem as I experienced it. I sent an email directly to support with all the details and steps in the order I took them. I hope that someone can resolve this as my training has now come to an abrupt end.