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!

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

Help me plz my workspace preview open like this:

Index of /

../ css/ 27-Dec-2014 14:39 - img/ 21-Dec-2014 16:03 - Index.html

Please help me asap

13 Answers

Blake Carter
Blake Carter
1,587 Points

I had this same problem, what worked for me was changing the "index.html" directory in my folder from a capital i to a lower case i. So try changing yours from Index.html to index.html

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Blake,

That was a good spot, I missed that completely, I hope that will solve the problem.

Blake Carter
Blake Carter
1,587 Points

Well I had the same problem and it was a real "DOH!" moment and so I saw this post and thought I would check it out. Hopefully this solves the problem.

Omg thank you so so so much, you're awesome thank you, totally worked :) :)

Blake Carter
Blake Carter
1,587 Points

No problem I am so glad I could help!

Wayne Priestley
Wayne Priestley
19,579 Points

Hey Ayesha,

Have you tried signing out and back into treehouse?
Maybe using a different browser to login.

Yes i tried everything thing.. :(

Check so you have closed every tag right, and check so all the files have the correct names! hope this helps!

kind regards // Erdrag.

Can you check my tag and files names please?

Post your code anand file names and i will take a look and se if i can find the problem

Kind regards //erdrag

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Ayesha Ghayas | Designer</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> </head> <body> <header> <a href="index.html" id="logo"> <h1>Ayesha Ghayas</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> <div id="wrapper"> <section> <ul> <li> <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg" alt=""> <p>Experimentation with color and texture.</p> </a> </li> <li> <a href="img/numbers-02.jpg"> <img src="img/numbers-02.jpg" alt=""> <p>Playing with blending modes in photoshop.</p> </a> </li> <li> <a href="img/numbers-06.jpg"> <img src="img/numbers-06.jpg" alt=""> <p>Trying to create an 80's style of glow.</p> </a> </li> <li> <a href="img/numbers-09.jpg"> <img src="img/numbers-09.jpg" alt=""> <p>Drips created using Photoshop brushes.</p> </a> </li> <li> <a href="img/numbers-12.jpg"> <img src="img/numbers-12.jpg" alt=""> <p>Creating shapes using repetition.</p> </li> </ul> </section> <footer> <a href="http://twitter.com/ayeshaghayas1"><img src="img/twitter-wrap.png" alt="Twitter Logo"></a> <a href="http://facebook.com/ayesha.ghayas"><img src="img/facebook-wrap.png" alt="Facebook Logo"></a> <p>© 2014 Ayesha Ghayas.</p> </footer> </div> </body> </html>

File names: css Index.html main.css normalize.css img

And all of them are in the same folder?

You havent added the man.css file in your index code

No.. css: main.css and normalize.css

Can you send me your email so i can send you printscreen

Go to imgur.com then upload your screenshot there then send the link

//erdrag

I uploaded my picture there and I lost it ??

When you upload your image there you get redirected to the link with the image Then copy the url

//erdrag

I cant see it, just send the printscreen screen too

Erdraglol@Gmail.Com

Done..

when i post the code and try it in codepen it looks like this.

http://codepen.io/anon/pen/raMZGZ

check so every file is in the correct folder and so on,

So what is wrong with it???

My guess is that you have put the files in the wrong folder,

Check your normalize link and main.css so they match with the files name, and bevare the css folder is up on step i think you have to put "../" in the Beginning of the href value on the link rel

If that does not work try the css and html validator at w3.org to see if it says something is wrong

If you are following a "make a website" track you can always download the project file at the bottom of the video. If the tips i stated above does not work Hope this helps!

Kind regards //erdrag

Wayne Priestley
Wayne Priestley
19,579 Points

Hey Ayesha,

Here is how to post a image on the forum if you have dropbox.

Here is the link generated by dropbox for the image.

https://www.dropbox.com/s/i8eylka2yj5odp2/Lorem-img.png?dl=0

and here is the code edited so i can insert it (removed text from beginning and end)

dropbox.com/s/i8eylka2yj5odp2/Lorem-img.png

here is the code i wrapped it in.

![alt text](https://dl.YOUR IMAGE CODE GOES HERE "Title")

so the end result is

![alt text](https://dl.dropbox.com/s/i8eylka2yj5odp2/Lorem-img.png "Title")

Hope this helps.

Im going crazy nothing is working... :(

Wayne Priestley
Wayne Priestley
19,579 Points

Hey Ayesha,

Sorry your having a bad time of it.
I don't know how to help you either.
When you open workspaces is it empty of files?
If not, can you list what you have in there, e.g..

index.html
FOLDER- css (main.css + normalize.css + my-styles.css)
FOLDER- img (my-pic1.png + my-pic2.png + my-pic3.png)
FOLDER- content (about.html + contact.html)

Do you have dropbox? Are you able to post a picture?

I dont have dropbox but I can email you

Wayne Priestley
Wayne Priestley
19,579 Points

Yep okay.

Can you send it here please [Removed] Ayesha.

Have you tried to download the project file underneath the video? (If you are following the make a website track )

//erdrag