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

Please resolve this issue. I am still unable to use my workspaces

When I started this trial the workspace was perfect. I ran into an issue 3 days before still having an issue. Tree house workspaces are not working on Chrome, Firefox and safari. All of my browsers are up to date, Here is my code which i am trying to generate in a browser. I believe my code is clean. I am still posting here

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Nick Pettit</title>
    <link rel="stylesheet" href="css/normalize.css">
    <link rel="stylesheet" href="css/main.css">
      </head>
  <body>
    <header>
      <a href="index.html">
        <h1>Nick Pettit</h1>
        <h2>Designer</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Portfolio</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <section>
      <ul>
        <li>
          <a href="Img/numbers-01.jpg">
          <img src="img/numbers-01.jpg" alt=""></a>
        </li>
        <li>  <a href="Img/numbers-02.jpg">
          <img src="img/numbers-02.jpg" alt=""></a>
        </li>
        <li><a href="Img/numbers-06.jpg">
          <img src="img/numbers-06.jpg" alt=""></a>
        </li>
        <li><a href="Img/numbers-09.jpg">
          <img src="img/numbers-09.jpg" alt=""></a>
        </li>
        <li><a href="Img/numbers-12.jpg">
          <img src="img/numbers-12.jpg" alt=""></a>
        </li>
      </ul>
    </section>
    <footer>
      <a href="http://twitter.com/nickrp"><img src="Img/twitter-wrap.png" alt="Twitter Logo"></a>
       <a href="http://facebook.com/nickpettit"><img src="Img/twitter-wrap.png" alt="Facebook Logo"></a>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>

what exactly about workspaces is not working? can you provide a bit more info on whats going wrong

The workspace is not showing my webpage layout, it is displaying something like this :

Index of / ../
Img/ 15-dec-2014 07:15 -
index.html 15-dec-2014 04:55 599

what does the folder structure of your workspace look like? do you have a file named index.html?

4 Answers

kiran siddiqi you have the correct name of the file, but can you make sure the file is all lower case? If the index file starts with anupper-case letter, it won't actually show as the index of your site.

  • This will work: index.html
  • This will not work: Index.html

Happy learning!

yes it is named index.html

you may have something wrong with your individual workspace. have you tried contacting support

Yes I have done it already two days before. They suggested me to download chrome, which i have done before yesterday. Also team tree house worked on my workspace around 8 pm it worked perfectly on my google chrome that day. Yesterday i logged back in using only google chrome and lost all my saved code, ran into same issue i described here. I contacted them again waiting for their response.

Thanks it works now. :)