Forum Moderators: open
So basically what I am trying to do is have the RSS feed links within the description open up in a new page so that my site stays where it is so that is dealing with any links within the description including images that contain links so my audience will be able to view their articles in a new opened window without having to leave my website.
I have provided the main code below as my html template to operate the function of opening the titles of the articles in a new window, but this code does not open up the links within the description.
`{section name=x loop=$items}
<strong>{$items[x].pubdate}: <a href="{$items[x].link}" target="_blank">{$items[x].title}</a></strong><br>
{$items[x].description}`
Your help would be greatly appreciative in helping me solve this problem with opening links up in the description of the feed in a new window.
Again my RSS feed is working with MagpieRSS and my test page is here <snip>
[edited by: bill at 6:33 am (utc) on Oct. 26, 2008]
[edit reason] Sorry, no links to test pages allowed [/edit]