18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
|
+++
|
||
|
date = "2018-12-10"
|
||
|
tags = ["amazon"]
|
||
|
title = "Amazonアソシエイトのリンクを横並びにする"
|
||
|
slug = "amazon-adsense"
|
||
|
+++
|
||
|
|
||
|
<iframe style="width:150px;height:240px;" frameborder="0" src="https://rcm-fe.amazon-adsystem.com/e/cm?ref=tf_til&t=123456705-22&m=amazon&o=9&p=8&l=as1&IS2=1&detail=1&asins=B01N5QLLT3&linkId=7e6fe9ad9b6a92306dee6205d82dccce&bc1=ffffff<1=_blank&fc1=333333&lc1=0066c0&bg1=ffffff&f=ifr"></iframe>
|
||
|
<iframe style="width:150px;height:240px;" frameborder="0" src="https://rcm-fe.amazon-adsystem.com/e/cm?ref=tf_til&t=123456705-22&m=amazon&o=9&p=8&l=as1&IS2=1&detail=1&asins=B076J7BYDT&linkId=ebda1dbc9ebf0b8aeba54fe33df42458&bc1=ffffff<1=_blank&fc1=333333&lc1=0066c0&bg1=ffffff&f=ifr"> </iframe>
|
||
|
|
||
|
```html
|
||
|
<iframe style="width:150px;height:240px;" frameborder="0" src="https://..."></iframe>
|
||
|
<iframe style="width:150px;height:240px;" frameborder="0" src="https://..."></iframe>
|
||
|
```
|
||
|
|
||
|
基本的にいくつかのオプションを削除すれば、divを付けなくても横並びになるらしい。
|
||
|
|