treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Wrap Breaking

  • I'm really having problems with a wrap on a new site design, in that it places all footer content outwith the wrap at the bottom of the page. The code validates as Strict HTML and even the CSS validates but the wrap just will not extend to any footer content.

    Can anyone help?

    The url for the test page is http://dev.graemepirie.com/reachfurther/coldcalling/index.htm
  • You need to put a clearing div just before your content-wrap closes.
  • Cheers!

    Knew it had to be something simple like that.

    Thanks again