CSS: text goes at left when float ends + nonbreakingline issue

TidaPrayeri

New Member
I have a box where user activity will be inside.Now I am having two issues.The first one is that i have a float left element, and when this ends the text also goes at left. (issue1)The second is that if you type in a non-breaking word/sentence, like eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee it wont break it and go under, but allows it going to the right, like it do not listen to the width specified.Here is live of both issues:http://jsfiddle.net/AB4Ls/5/Help please, how can I solve this, and why is this happening?
 
Top