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 Portfolio

6 Answers

New 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

It 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
Kevin Marek
375 Points

I tried following directions in the video. I thought adding float: left; would split it up?

Kevin Marek
Kevin Marek
375 Points

what does float: left; in CSS do

Give me 5 minutes, figured how to edit your code - I'll try figure it out.