I hope this is the right forum top post this problem. I have linked some RSS feeds on my website and they update just fine when accessed from the site. However when you clink on a hyperlink that should direct you to the full article, a blank browser opens up instead of the actual page. Please follow this link to see what I mean. The code I used for this feed is: http://www.allpointer.com/movies.html <script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http%3A%2F%2Fthenewsroom.com%2Fapi%2Frss%2FF446.rss&number=10&width=300&ifbgcol=FFFFFF&bordercol=D0D0D0&textbgcol=F0F0F0&rssbgcol=F0F0F0&showrsstitle=1&showtext=1"> </script> What is it that I could be doing wrong, I am still new at this. Thank you in advance.
your js rss-code below shows perfect links on my system when i test your code offline hence may be your own settings may be wrong
Using the code above, the content looked ok on the page. However, you get a blank page when you try to click on one of the stories (for the whole story). I have decided to go with a different format (http://www.allpointer.com/movies.html). Thank you Hans for taking your time to look at my code.