Hi Guys - first posting for me - hope it's not a stupid question I am about to ask!
OK - so I have a (php) webpage on which I have a link to a BBC Newsfeed......
It works just fine and displays the latest news headlines in my particular field (education).
The problem is that when the headline is clicked it opens up the BBC News website in the existing browser page - i.e., not a new window as I would like it to do.....
I'm guessing that somewhere in the code I need to place a 'target = _blank' instruction, but the question is........where and how???
These are the lines of code which refer to the BBC newsfeed:
<?php
$XMLFILE = "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/education/rss.xml";
$TEMPLATE = "rss2html/sample-template.html";
$MAXITEMS = "5";
include("rss2html/rss2html.php");
?>
Any suggestions gratefully received!!
Regards,
Dave