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!
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

Tom Pickles
787 PointsReal Simple HTML Help
Just started building a website. Minimal markup. Just header, wrapper, content, aside, footer.
Set wrapper's max-width to 980px and inserted some paragraphs into #content and aside.
For some reasons the content in these <p> graphs are not staying constrained within my #content and aside.
All divs and tags are closed, markup is clean on validator. This should be an easy fix. Can send HTML/CSS to someone if neccessary.
6 Answers

Tom Pickles
787 PointsHELP!!

Kevin Korte
28,147 Pointspost your code into codepen and than link it here

Tom Pickles
787 PointsHere ya go. Something real simple I must be missing:

Hylan Alexander
4,434 PointsTry using paragraphs with words instead of one long word.

Tom Pickles
787 PointsUnreal. I feel stupid. Thanks.

Hylan Alexander
4,434 PointsIt happens. You're welcome.