I need help with some simple coding on my sidebar

Discussion in 'Blogging' started by Ikaruga, Jul 6, 2008.

  1. #1
    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?
     
    Ikaruga, Jul 6, 2008 IP
  2. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Houdy, Jul 6, 2008 IP