• Good morning,

    Struggling with IE…who would have thought? Everything works great on firefox but at the bottom of my sidebar, I have a BuySellAd. For some reason, the picture won’t show up on IE but only the words “advertise here.” It should be a blank ad that says that.

    I know the ad’s work on the site even in IE as the top header is also a buysellad.

    Any help? This struggle is taking me far too long to figure out.

    Website

    Thanks in advance,
    Mike

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s hard to say, what code are you using that should display an ad? Cuz this is what appears in your source code

    <center>
    <table align =center>
    <th>
    <div id="bsap_1246770" class="bsarocks bsap_2a20be308405721add23245432fe79f8">
    </div>
    </th>
    </table>
    </center>

    Also, I’m pretty sure <table align =center> Should be <table align="center">

    Thread Starter mikek

    (@mikek)

    Yes, that is it. I recently tinkered with the center thing trying to figure things out…doing with quotes, without, taking it out entirely, etc….ive exhausted all the options I’m aware of it appears

    Here is the code used in the header for buysell ads

    <!– BuySellAds.com Ad Code –>
    <script type=”text/javascript”>
    (function(){
    var bsa = document.createElement(‘script’);
    bsa.type = ‘text/javascript’;
    bsa.async = true;
    bsa.src = ‘//s3.buysellads.com/ac/bsa.js’;
    (document.getElementsByTagName(‘head’)[0]||document.getElementsByTagName(‘body’)[0]).appendChild(bsa);
    })();
    </script>
    <!– END BuySellAds.com Ad Code –>

    Here is the code in my sidebar for the one not working

    <center>
    <div id=”bsap_1246770″ class=”bsarocks bsap_2a20be308405721add23245432fe79f8″></div>
    </center>

    Than I have my header ad code which is similar to the code you posted and that seems to be working fine.

    <center>
    <div id=”bsap_1246687″ class=”bsarocks bsap_2a20be308405721add23245432fe79f8″></div>
    </center>

    Thread Starter mikek

    (@mikek)

    I put this code in the sidebar as well thinking for some reason IE isn’t pulling it from my header to be used in the sidebar.

    <!– BuySellAds.com Ad Code –>
    <script type=”text/javascript”>
    (function(){
    var bsa = document.createElement(‘script’);
    bsa.type = ‘text/javascript’;
    bsa.async = true;
    bsa.src = ‘//s3.buysellads.com/ac/bsa.js’;
    (document.getElementsByTagName(‘head’)[0]||document.getElementsByTagName(‘body’)[0]).appendChild(bsa);
    })();
    </script>
    <!– END BuySellAds.com Ad Code –>

    But i quickly realized that putting this code in my sidebar froze my IE to the point that I couldnt even load the site fully and it would go to “not responding” even though firefox continued to work.

    Thread Starter mikek

    (@mikek)

    anyone else?

    Thread Starter mikek

    (@mikek)

    anyone around tonight that can help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with pictures not showing up in IE’ is closed to new replies.