Hi!
We have created a new feed and would like the thumbnail image to show.
We got help from you on another feed to do this same thing, and so we copied the code you provided for that feed to add the image, yet the image is still not pulling into the feed.
Here is the code we are using:
<style type="text/css">
p.item { margin-top: 10px; margin-bottom: 8px; font-family: arial, helvetica, verdana, sans-serif; padding-bottom: 5px; line-height: 1.45em }
a { color: #00499B; }
#items { font-size: 13px; }
div.description { color: #222; line-height: 1.25em }
SPAN.date { color: #888; font-size: 11px; }
SPAN.date A { color: #247; }
SPAN.grey { color: #888; font-weight: bold; font-size: 22px; }
div#items p.item { float: left; width: 100%; clear: right; }
div#items img.feed_informer_first_image
{
width: 150px;
height: auto;
border: none;
float: right;
border: 1px solid #ccc;
margin-left: 5px;
margin-bottom: 5px;
}
</style>
<div id="items">
<p class="item"><span class="grey">»</span> %TITLE% »<br /><span class="date">%MONTH2%/%DAY2%/%YEAR2% %HOUR2%:%MINUTE2% from %SOURCENAME%</span><br /><ifdescription><span class="description">%FIRSTIMAGEFROMDESCRIPTION%%DESCRIPTIONPLAIN%</span></ifdescription></p>
</div>
The URL of where we have this feed is here:
Please let us know what else we need to do to trigger the image thumbnail?
Thank you!