I'm trying to get the right sidebar on http://www.cashgamers.net properly formatted so that I can include content to the right of that big side image. Here's what my code looks like so far: <!-- begin sidebar --> <div id="sidebar"> <a href="XXX" target="_top"> <img src="XXX" width="160" height="600" alt="Play Games online" border="0"/></a> <?php include(TEMPLATEPATH."/l_sidebar.php");?> <?php include(TEMPLATEPATH."/r_sidebar.php");?> <div style="clear:both;"></div> </div> <!-- end sidebar --> _____________________________ What should I write in order to get images/banners to the immediate right of that Worldwinner side image?
Looks like you have 2 sidebar files (r_sidebar.php and l_sidebar.php) so you might try placing each banner in the individual sidebar.php file. As you have it now you have one banner above the whole or both sidebars.