Mike
Mike

Reputation: 1

Child Div Not Behaving

I'm making a website for an organization at my school, using basic HTML and CSS. Right now, I've made several other pages for the site and have run into no problems like this one.

Here is the page I am having trouble with, if you want to view it in context: http://acacians.net/scratch/officers-slim.html

I tried posting the code here, but it didn't completely work. I suggest following the link and viewing the source.

The final "officer" div is for some reason falling outside of my "info" div, which is nested in the "pagecontent" overall div.

Here is a link to the original CSS: http://acacians.net/scratch/style.css

I'm really not sure what other information to supply, so I'll do my best to watch for any questions and do my best to respond accurately to them.

Thank you, -Mike

Upvotes: 0

Views: 67

Answers (1)

Manuel Bitto
Manuel Bitto

Reputation: 5253

Put <br style="clear: both;"> just before closing .info div.

Upvotes: 1

Related Questions