I think I understand what you are trying to do.
For instance you want the 'what's new' box and the 'featured products' box on the same page but side by side?
If this is right you can achieve it by selecting them both to be displayed in the admin section ( configuration / index listing ).
Then edit stylesheet.css to include a couple of rules like:
Code:
#whatsNew{width:48%;float:left;}
#featuredProducts{width:48%;float:right;}
Hope this helps. If you meant the advertising type banners the technique would be quite similar.
Nik