I’m attempting to put a bunch of div’s inside one big div (which has a nice border)
The problem is it’s not surrounding the inner divs (it just stays on top of them)
Here is the page:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right before the closing tag of
<div class="landing-page-main">add something like this where you clear the float.<br style="clear:both;"/>