Everything runs fine, but how to CENTER the ads?

Discussion in 'Co-op Advertising Network' started by popztarr, Sep 2, 2009.

  1. #1
    My ads shows up just fine, but they're all placed to the left on my pages, Wordpress aplication - code inserted in the Footer.php in the INOVE theme. I want to CENTER the ads so it looks better visually. I've tested several things, but can't figure out what code to use and where to put it.

    Anyone that have a suggestion on what to do?
     
    popztarr, Sep 2, 2009 IP
  2. swedeman7

    swedeman7 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wrap the code like this:

    <div align="center">...code here...</div>
     
    swedeman7, Sep 2, 2009 IP
  3. popztarr

    popztarr Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the advice, but I had already tried this before I wrote the question on the forum, but it doesn't work. I suppose it's the code in "ad_network_367.php" I should wrap?
     
    popztarr, Sep 4, 2009 IP
  4. BlueDevilMedia

    BlueDevilMedia Well-Known Member

    Messages:
    1,917
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    190
    #4
    Put this in the footer...


    <div align="center">
    <?php
    ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
    include ('ad_network_367.php');
    echo $ad_network;
    ?>
    </div>
     
    BlueDevilMedia, Sep 5, 2009 IP