Results 1 to 5 of 5

Thread: Need help with placment of a ad

  1. #1
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default Need help with placment of a ad

    I have a google add sense add on my site and I am trying to place it to the bottom of my page but do not want it to cover my bottom bar. How can I fix this?

    here is the page
    http://www.robinsden.110mb.com/havin...d_husband.html
    Last edited by robin9000; 02-11-2009 at 01:34 AM.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    fiddle around with this a bit

    <div id="bgfooter" style="position:fixed; bottom:0; width:100%;">

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    robin9000 (02-11-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default

    That basically works but it puts part of it behind the footer. Is there any way to get it so that the page is longer or somthing so that the hole add is displayed?

  5. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Code:
    <script type="text/javascript"><!--
    google_ad_client = "pub-3821276379643407";
    /* 728x90, created 2/10/09 */
    google_ad_slot = "6988877372";
    google_ad_width = 728;
    google_ad_height = 140;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    </div>
    <!--Content ends here-->
    <!--Footer Starts Here-->
    <div class="push"></div>
    <div class="footer"> 
    <!-- Start of StatCounter Code -->
    <div id="leftalign">
    <script type="text/javascript">
    var sc_project=4419983; 
    var sc_invisible=0; 
    var sc_partition=55; 
    var sc_click_stat=1; 
    var sc_security="46717204"; 
    </script>
    <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a title="counters for myspace" class="statcounter" href="http://www.statcounter.com/myspace/"><img class="statcounter" src="http://c.statcounter.com/4419983/0/46717204/0/" alt="counters for myspace" /></a></div></noscript>
    </div>
    <!-- End of StatCounter Code -->
    <div id="bgfooter" style="position:relative; bottom:0; width:100%;">
    <script type="text/javascript" src="../../Scripts/footer.js"></script>
    
    <!--Footer Ends Here-->

  6. The Following User Says Thank You to bluewalrus For This Useful Post:

    robin9000 (02-11-2009)

  7. #5
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default

    Thanks, no clue how u did that but it works. Thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •