1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Would really appreciate some help... :-)

Discussion in 'Forum Management' started by TheException, Mar 12, 2006.

  1. #1
    My HTML is really rusty, I was trying to setup tables to put a skyscraper ad bar that runs vertically down the right hand side of the page beside the bulk of my IPB forum. I tried to find some example code to use for the tables but the only thing I could find was reversed with the advertisements on the left hand side. There is a thread asking this same thing here:
    http://forums.invisionpower.com/index.php?showtopic=199475&hl=<!--IBF.NEWPMBOX-->

    But the link to the answer doesn't exist anymore.. :(

    I think my biggest problem is that it's 3am... so I'm going to get some sleep and hope that one of you wonderfully helpful DP members will point me in the right direction so I can get this working in the morning. :)
     
    TheException, Mar 12, 2006 IP
  2. TheException

    TheException Banned

    Messages:
    871
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Ok, so I got it working basically... but now I just have one minor problem...
    Here is my board wrapper code:
    <table border="0" cellpadding="0" cellspacing="0" id="theforum">
    <tr>
    <td width="100%" colspan="2" align="left">
    <% BOARD HEADER %>
    <% MEMBER BAR %>
    <% NAVIGATION %>
    <!--IBF.NEWPMBOX-->
    </td>
    </tr>
    <tr>
    <td id="ipbwrapper">
    
    <% BOARD %>
    </td>
    
    
    <td id="sidebar" width="80" align="right" >
    <div class="borderwrap">
    <div class="maintitle"><{CAT_IMG}>&nbsp;Sponsors</div>
    
    <!-- Begin BidVertiser code -->
    <SCRIPT LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=myid"></SCRIPT>
    <noscript><a href="http://www.bidvertiser.com">affiliate program marketing</a></noscript>
    <!-- End BidVertiser code --> 
    
    
    </div>
    </div>
    
    
    </td>
    </tr>
    <td width="100%" colspan="2" align="left">
    <% BOARD FOOTER %>
    <% STATS %>
    <% COPYRIGHT %>
    </td>
    </table>
    Code (markup):
    You can see it in action at http://www.freewebhosttalk.com if you select the micro-en(import) skin.
    The Problem is that the ads are centered half way down the page which looks dumb. I want them to start right at the top... Can somebody point out my error for me please?
     
    TheException, Mar 12, 2006 IP
  3. GTAce

    GTAce Notable Member

    Messages:
    1,389
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Hmmm...I cant see the skin you are using without registering it seems, and dont know exactly what you are looking for, but this should help you out...it's a little tutorial on putting a sidebar on the right side of your IPB forums.
     
    GTAce, Mar 12, 2006 IP
  4. TheException

    TheException Banned

    Messages:
    871
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The one place I didn't go looking for resources... I should make use of my Adminfusion membership a little more eh? Thanks GTAce.

    I didn't realize you had to be registered to change the skin...
     
    TheException, Mar 12, 2006 IP
  5. GTAce

    GTAce Notable Member

    Messages:
    1,389
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    210
    #5
    hehe, no worries...Glad I could help out :)
     
    GTAce, Mar 12, 2006 IP