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 Responsive Web Design and Testing Website Testing

Bee Priola
Bee Priola
3,922 Points

web page still doesn't work correctly.

my web page still doesn't work but I checked html validator checker and it correct also CSS validator is correct. How can I attach photo screen shot to show how come my web page doesn't work right even my html and css code are correct?

Hadi Khalili
Hadi Khalili
7,969 Points

add your code using markdown.

3 Answers

Kevin Korte
Kevin Korte
28,149 Points

Hey Bee, at the bottom of each answer box is a link to the Markdown cheatsheet. That will show you different things you can do in markdown, including posting images. You'll need to host the image somewhere else first, though, like Imgur, and just use the images url to link it here.

Bee Priola
Bee Priola
3,922 Points

Thank you Kevin for your replied, This's my 1st project I follow every step by step and I was finished make a website course last night and my web page show only html code.

http://port-80-m1ajl7og89.treehouse-app.com/

https://teamtreehouse.com/workspaces/23668922

Bogdan Cabaj
Bogdan Cabaj
16,348 Points

Hi Bee,

For some reason there is nothing in your CSS files in your css folder.

  1. Launch any of your workspaces.
  2. Select the snapshot menu in the upper right corner.
  3. Click "Take Snapshot" 4.Visit the link and share it with someone.
Hadi Khalili
Hadi Khalili
7,969 Points

Bee Priola have you linked the css file to the html. like this but with your file directory and name.

<head>
  <link rel="stylesheet" href="css/style.css">
</head>
Bee Priola
Bee Priola
3,922 Points

thank you for your reply Hadi, I already fixed the problem. I had to change my folder name from 'CSS' to 'css'.

thank you again