This rss feed doesn't contain the post image, maybe because the site arranges the image improperly. The image comes over the title, and the image do not have full either (like in css)
example post: http://bit.ly/LEj3tj
<div id="newsItemComplete">
<p><img src="news_images/712315777drugs1.jpg" alt="Over 19,000 suspects ...." /></p>
<h2 class="completeNewsTitle" style="margin-top:10px;">Over 19,000 suspects ....</h2>
<p class="newsDateStamp" style="width:100%; float:left; margin:0;">June 14, 2012 05:04 pm</p>
</div>
<div class="newsContent" style="width:100%; float:left; clear:both; margin-bottom:5px;">
<p>The police have seized ....</p>
</div>
</div>
<div class="clearFix"></div>
<!-- control:news headline item ends here --><!-- control:category list starts here -->
<!-- control:category list ends here -->
<!-- headline news article -->
I want to get the full article corresponding to the description and get the image, can anyone help?