I'm trying to get the side box to show banners side by side instead of top of each other. Is this possible?
The code looks like this:
<div class="rightBoxContainer" id="bannerboxall" style="width: 300px">
<h3 class="rightBoxHeading" id="bannerboxallHeading">Sponsors</h3>
<div id="bannerboxallContent" class="sideBoxContent centeredContent"><img src="images/banner.jpg" alt="Banner" title=" Banner " width="142" height="231"><br><br><img src="images/banner.jpg" alt="Banner2" title=" Banner2 " width="142" height="231"></div></div>




