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

Simon Swallow
Simon Swallow
501 Points

Bottom 2 images not floating

Hi. the bottom 2 images are not floating. I am using my own pictures and some of the imgs have different dimensions to others. Can this effect the whether they appear side by side?

1 Answer

logan neher
logan neher
6,949 Points

It can effect them, but if you use a normalize style sheet it should help with that. It will help make everything kind of start on the same playing field. The biggest thing you could do if they dont display in-line is use CSS to change it so they would appear 1 per line or side by side.

Hope this Helped a little bit!