Hmm your RSS feed is valid syntax wise for the most part it seems: http://feedvalidator.org/check.cgi?u...he%2Frss17.xml Are you sure inside main.php, that you defined it correctly? Please paste this portion of your main.php here:
Code:
//Specify list of RSS URLs
$rsslist=array(
"cssdrive" => "http://www.cssdrive.com/index.php/news/rss_2.0/",
"bbc" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml",
"nytimes" => "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
"dynamicdrive" => "http://www.dynamicdrive.com/export.php?type=new" //no trailing comma after last RSS URL!!
);
Bookmarks