Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sitarguy

    (@sitarguy)

    amazing I figured it out for myself!!! I was using Dean’s FCKeditor (wysiwyg) I pushed the source button, pasted in the code and VOILA it worked…..!!!! hope this might help someone else out in the future!!!

    Thread Starter sitarguy

    (@sitarguy)

    Hmmm maybe I can clarify… the windows are set up to use 125×125 boxes, if I wanted to try and use all three boxes is there a way I could do that? would i make 3 different ads.php files? or maybe `<div id=”sad”>
    <Your ad code here #1> <Your ad code here #2> <Your ad code here#3>
    </div>`

    There are a couple of widgets on amazon.com associates that support 125×125 boxes and adsense has one as well I was hoping to use those

    Thread Starter sitarguy

    (@sitarguy)

    would I copy over the <li class="sad_margin"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li> or would I copy before the `<ul>
    ` and how would I denote which window it would go in? once again thanks so much for your assistance on this. It is just so technical when you start gettting into coding!! (as I’m sure you can relate haha)

    Thread Starter sitarguy

    (@sitarguy)

    I have an ads.php page the code reads like this

    <div id="sad">
        <ul>
            <li class="sad_margin"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li>
            <li class="sad_margin"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li>
            <li><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ads.jpg" alt="ads" /></li>
        </ul>
    </div>

    do I copy and paste the code from say google ads, or amazon.com into here? and if so where in the code do I paste it?? thanks for your help on this!!

Viewing 4 replies - 1 through 4 (of 4 total)