Well, I'm working on a new site and everything is fine except one tiny thing. http://www.bjjitsu.com/ You see the adsense unit? I want to proceed the text below it. Here is the CSS for the adsense unit: /* Adsense */ .rec { float: left; width: 300px; height: 250px; } and here is the CSS for the text: /* Text */ .text { float: right; } EDIT // Solved the problem, removed the float attribute from .text