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 trialKevin Marek
375 PointsPictures aren't splitting in 2 colummns. What's wrong?
6 Answers
James Arroyo
645 PointsNew to teamtreehouse, I'm looking at your code - how do I view the website itself to help you out? Can't see a view page button anywhere on TTH ide
James Arroyo
645 PointsIt does, but with your original link I cannot modify your code at all. If you can post it in a text editor of some kind I can certainly help, otherwise it's a little difficult :)
However, I don't see any attempt in your code of splitting the images into 2 columns?
Set the width of your images/li to 50% - and set their display value to inline-block. You may have to add a margin-right of approximately -4px too.
Kevin Marek
375 PointsI tried following directions in the video. I thought adding float: left; would split it up?
James Arroyo
645 Pointshere's an example: https://www.jsnippet.net/snippet/1445/
Kevin Marek
375 Pointswhat does float: left; in CSS do
James Arroyo
645 PointsGive me 5 minutes, figured how to edit your code - I'll try figure it out.
Kevin Marek
375 PointsKevin Marek
375 Pointshttp://port-80-vj4jsxge8u.treehouse-app.com/ Does this work?