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 Styling Web Pages and Navigation Make a CSS Image Gallery

James McDonough
James McDonough
15,618 Points

n/a

please delete? I don't get treehouse's support methods

James McDonough
James McDonough
15,618 Points

like, why isn't there a "hint" option. Do I have to post on this bulletin board every time I hit a small snag with a code challenge?

4 Answers

Hi

In your img tag you have closed it with a ) instead of a }.

You can use validation services for HTML and CSS to check your code in a pinch. https://jigsaw.w3.org/css-validator/ https://validator.w3.org/

Go to direct input and paste your code and it will debug it for you.

Hope that helps.

Paul

Kevin Cho
Kevin Cho
2,795 Points

img { max-width: 100%; ) <-------- should be a } not a )

Christopher Debove
PLUS
Christopher Debove
Courses Plus Student 18,373 Points

Well the goal of posting your question on a message board is because when you'll become a developer it will be part of your life to know how to ask for informations when you're struggling on a problem.

You won't always have the response directly in your hands. And it's part of your learning process to learn how to ask for informations and explain your problem.

James McDonough
James McDonough
15,618 Points

I understand your point but I find this social media element to be distracting and time consuming, especially for such a small problem. Codeacademy has a discussion board for every lesson, where you can see other's solutions to similar issues on the same lesson. I learned a lot from that. Treehouse's lessons are great, way better than code academy so far, but this part of the "learning process" is very pretentious on Treehouse's part and has wasted a lot of my time today. I don't have all hours of the day to post on message boards. My apologies. I'm on my free trial and I'm still trying to assess the value of this service.

James McDonough
James McDonough
15,618 Points

Thank you. It wasn't so much a problem with the code but with the Treehouse service. I don't like that I have to post on a message board every time I have a problem. It also worked when I just put #margin at the top of the page (above img, I guess). But thank you for your work in figuring out the real issue.

How do I delete this post?

It's better to leave your question up because other students may be stuck on the same problem.