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

CSS CSS Layout Techniques Float Layout Floating Columns and Images

Jim McQuarrie
Jim McQuarrie
10,597 Points

wrap text

I am working on my site and am using this video to help me wrap my text and am running into 2 problems,

  1. My border will not show up around the image
  2. I cant get the word wrap to happen Here is the site so you can inspect the code www.myjamsite.com Here is the code that I added in .mugshot { width: 10%; float: left; margin: 10px 25px 10px 0; border: solid 10px; padding: 5px; }