各ニュースフィードの左上にサムネイル画像が正しく配置されていることをどのように表示できますか?
これは各アイテムのフィードのコードです。外部サイトからのRSSフィードであるため、以下の形式を変更できませんでした。
<style>
img{
float: left;
width: 100px;
height: auto;
}
.feed-item-title{
clear:right;
}
</style>
<div class="feed-item">
<h3 class="feed-item-title">
<a href="" target="_blank">Rihanna Hug During VMA Show</a>
</h3>
<div class="feed-item-body">
Former couple share embrace on night when both won major awards.<br />By Hosten
<a href="">
<img type="photo" src="281x211.jpg" />
</a>
<br />
</div>
</div>
どうもありがとう。