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 trialBee Priola
3,922 Pointsweb 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?
3 Answers
Kevin Korte
28,149 PointsHey 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
3,922 PointsThank 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.
Bogdan Cabaj
16,349 PointsHi Bee,
For some reason there is nothing in your CSS files in your css folder.
- Launch any of your workspaces.
- Select the snapshot menu in the upper right corner.
- Click "Take Snapshot" 4.Visit the link and share it with someone.
Hadi Khalili
7,969 PointsBee 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
3,922 Pointsthank you for your reply Hadi, I already fixed the problem. I had to change my folder name from 'CSS' to 'css'.
thank you again
Hadi Khalili
7,969 PointsHadi Khalili
7,969 Pointsadd your code using markdown.