Okay here's my site http://majesticgames.org/ and every time I try putting 2 of the large sq google ads side by side the other sq ad just goes below the other one. How do I make them side by side?
you will nee to apply floats to your div eg <div style="float:left"> {AD_BLOCK_1} </div> <div style="float:left"> {AD_BLOCK_2} </div> Code (markup):