Results 1 to 2 of 2

Thread: where can I post a image in a script

  1. #1
    Join Date
    Feb 2012
    Location
    The Netherlands
    Posts
    25

    where can I post a image in a script

    I have for example this script, but where exactly must I place the images in this rollover.
    Can an answer be placed in color?


    </style>
    <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 -->
    </head>
    <body>
    <p><a href="#?custom=true&width=260&height=270" rel="prettyPhoto">Open ads</a></p>

    <script type="text/javascript" charset="utf-8">
    $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({
    custom_markup: '<div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1252239" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div>',
    changepicturecallback: function(){ _bsap.exec(); }
    });
    });
    </script>
    </body>
    </html>

  2. #2
    Join Date
    Feb 2012
    Location
    The Netherlands
    Posts
    25
    Unfortunately I received no help, I'm now in a other way solved.

Similar Threads

  1. Resume Post Script
    By wyldsoul in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 04 May 2008, 12:42 PM
  2. Photo Gallery Script that allows others to post images to?
    By jackson3000 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Feb 2007, 05:42 AM

Posting Permissions

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