Hi All,
I have a formatting issue when outputting RSS feeds.
Here's my page: http://www.ukagriculture.com/farming_news/farming_news_feeds.cfm
<br /><h1>Economist - Agriculture</h1><hr / style="width:100%">
<cfset rssUrl = "http://www.economist.com/topics/agriculture/index.xml">
<cffeed action="read" source="#rssUrl#" query="entries" properties="info">
<cfoutput query="entries" maxrows="5">
<br /><a href="#rsslink#" target="new"><strong>#title#</strong></a> - <span class="xxsmall">#publisheddate#</span>
<p>#content#</p>
</cfoutput>
I've been trying to find a way to clean up the results and display images in the feed, any suggestion gratefully received.
Cheers
Trevor