Sunday, April 19, 2009

YahooNews

<table style="background-color: #FFFFFF; border: solid 1px #000000;" cellpadding="2" cellspacing="1" width="70%" align="center">
<tr>
<td style="background-color: #808000; font-weight: bold; color: #FFFFFF; font-size: 14px; text-align: center;" width="75%" align="center">
World News
</td>
</tr>
<?php
header("Content-Type: text/html; charset=utf-8");
include_once "./rss_fetch.php";
$html = " <tr>\n";
$html .= " <td style='background-color: #FFF8C6; font-weight: bold; color: #000000; font-size: 13px;'>\n";
$html .= " <font size='+1'><a href='#{link}' target='_new'>#{title}</a></font><br />\n";
$html .= " #{description}<br />\n";
$html .= " #{url}<br />\n";
$html .= " <font size='2'>#{pubDate}<br /><br />\n";
$html .= " </td>\n";
$html .= " </tr>\n";

$rss = new rss_parser("http://rss.news.yahoo.com/rss/world", 5, $html, 1);
?>
</table>