Click to See Complete Forum and Search --> : Emailing myself a RSS feed


bobafart
12-11-2007, 10:59 AM
Hi, I am trying to email myself a Yahoo! News RSS feed.

It all works fine, except the images from the Yahoo! news feed doesn't display (tested in FF and MIE).

Here is an example of the content:


<p><a href="http://us.rd.yahoo.com/dailynews/rss/topstories/*http://news.yahoo.com/s/nm/20071209/ts_nm/iran_usa_iraq_dc"><img src="http://d.yimg.com/us.yimg.com/p/nm/20071209/2007_12_09t021207_450x300_us_iran_usa_iraq.jpg?x=130&y=86&sig=H5isb3.ntUvmhzMATqh0YQ--" align="left" height="86" width="130" alt="Iran's Foreign Ministry spokesman Mohammad Ali Hosseini pictured in Tehran September 4, 2007. Iraqi officials have proposed holding the next round of talks between the United States and Iran to discuss security in Iraq in January and Tehran is studying the idea, Iran's Foreign Ministry said on Sunday. (Morteza Nikoubazl/Reuters)" border="0" /></a>Reuters - Iraqi officials have proposed holding
the next round of talks between the United States and Iran to
discuss security in Iraq in January and Tehran is studying the
idea, Iran's Foreign Ministry said on Sunday.</p>

You will notice the image displayed right at the beginning -- this is the image I am trying to display. It doesn't load in my email (I have HTML and images enabled in my account by the way).

If I send a separate image in my script, that image displays fine in my email.

If I inspect the non-loaded image in my email using firefox I get:


<a rel="nofollow">
<img/>
</a>
Reuters - Iraqi officials have proposed holding the next round of talks between the United States and Iran to discuss security in Iraq in January and Tehran is studying the idea, Iran\'s Foreign Ministry said on Sunday.


how do I resolve this nofollow issue so that the images appear in my email?