Page is a not externally linkable
- Code, Content, and Presentation
-- RSS, ATOM, and Related Technologies
---- Short guide to include RSS on your website


capty - 12:06 am on Feb 17, 2006 (gmt 0)


okay,
now i tried doing this and am having trouble....


{* very simple template for a table with RSS items *}
<table>
{* Show the feed title as a header in the first row of the table *}
<tr><th style="font-size: 24px; border: 1px solid black;">{$feedtitle}</th></tr>
{* loop through all items and add date, link, title and description in the follwing section *}
{section name=x loop=$items}
<tr><td class="rssitem" style="border: 1px solid red;">
<strong>{$items[x].pubdate}: <a href="{$items[x].link}" target="_blank">{$items[x].title}</a></strong><br>
{$items[x].description}
</td></tr>
{/section}
</table>
{* That's it. Table can be formatted using some CSS classes *}

this is what the rssdemo/feed.php
gave me
its all the template junk
any idea?


Thread source:: http://www.webmasterworld.com/rss_atom/465.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com