お世話になっております。
バナー設置君を利用して、左右の両端に同じバナーを表示させたいと思っています。
htmlを共通説明文(大)に入力する際、どのように記述すればよろしいでしょうか?
下記のように作成してみたのですが、こちらだと左端のみになってしまうようです。
<div id="fixedBanner">
<a href="
https://item.rakuten.co.jp/●●●/c/0000000139/">
<img src="
https://image.rakuten.co.jp/●●●/cabinet/05518794/05936882/motherday_obi_n.jpg">
</a>
</div>
<style>
#fixedBanner {
position: fixed;
z-index: 9999;
margin: 0;
padding: 0;
bottom: 50px;
left: 20px;
text-align: center;
width: auto;
height: auto;
}
#fixedBanner img {
width: auto;
height: auto;
vertical-align: bottom;
}
</style>
また、yahooも同様に設置するにはどのようにすればよろしいでしょうか?
お手数ですがご回答よろしくお願いいたします。