• I want to put multiple Amazon image+text ads side-by-side on a wordpress page, and center them. How would I modify these two ad iframes?

    <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetAdHtml&ID=OneJS&OneJS=1&source=ss&ref=ss_til&ad_type=product_link&tracking_id=woodandshop-20&marketplace=amazon&region=US&placement=B001ONHUAA&asins=B001ONHUAA&show_border=true&link_opens_in_new_window=true&MarketPlace=US">
    </iframe>
    <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetAdHtml&ID=OneJS&OneJS=1&source=ss&ref=ss_til&ad_type=product_link&tracking_id=woodandshop-20&marketplace=amazon&region=US&placement=B0013LR78I&asins=B0013LR78I&show_border=true&link_opens_in_new_window=true&MarketPlace=US">
    </iframe>

    I read this article but his iframe example is different:

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JoshLovesIt

    (@joshlovesit)

    Update: I tried this, but it didn’t work:

    <p><iframe style="width:120px;height:240px;" align="middle" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetAdHtml&ID=OneJS&OneJS=1&source=ss&ref=ss_til&ad_type=product_link&tracking_id=woodandshop-20&marketplace=amazon&region=US&placement=B001ONHUAA&asins=B001ONHUAA&show_border=true&link_opens_in_new_window=true&MarketPlace=US">
    </iframe> 
     
    &nbsp;
    &nbsp;
    
    <iframe style="width:120px;height:240px;" align="middle" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetAdHtml&ID=OneJS&OneJS=1&source=ss&ref=ss_til&ad_type=product_link&tracking_id=woodandshop-20&marketplace=amazon&region=US&placement=B0013LR78I&asins=B0013LR78I&show_border=true&link_opens_in_new_window=true&MarketPlace=US">
    </iframe></p>
    Thread Starter JoshLovesIt

    (@joshlovesit)

    Hello, can anyone please help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify multiple Amazon ad iframes & center?’ is closed to new replies.