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 Style the Image Captions

Nothing happens if I changed my css.

I changed everything like the video said but nothing happens in the preview. the dots are stille there and the images aren't in colums.

Did you save your work before previewing?

I noticed in your css you have an img selector that is telling the images to span across the screen:

img {
  max-width: 100%;
}

I'm not 100% sure but may have something to do with your image issue.

3 Answers

I followed the video and saved before seeing the preview.

Ok can you paste your code so we can look at it. CSS and html files.

It's fixed. If I clicked on the preview, it didn't worked. I had the refresh the preview and now it works. This was a stupid problem. Thanks for helping.

Okay, glad you got it working.