This is annoying me. I have made a simple RSS feed but i need some of the links to open in a new window But i can't find a way to do this.
All i want is the same functionality you get in html when you specify target-"_blank" How is this not simple?
Here is my RSS feed.
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>The title of my RSS 2.0 Feed</title>
<link>http://www.example.com/</link>
<description>This is my rss 2 feed description</description>
<language>en-us</language>
<item>
<title>Red Nose Day</title>
<link>/LinkClick.aspx?fileticket=ICj71UfOvBY%3d&tabid=86&language=en-GB "_blank"</link>
<description>We are supporting Red Nose Day 2011</description>
</item>
</channel>
</rss>
Have had a good hunt around the web but nothing seems to be working. Please help!
dave