I have a problem with a <div> not sizing up the content (which is two <p> elements). The content is floated. 
- I have one 
<p>tag floated to the left - I have one 
<p>tag floated to the right - I have one empty 
<div>tag below with style="clear:both" 
Still, the <div> that contains the whole thing is 3 lines tall - not just 1 as it is supposed to be. What am I missing to make it work?