Syndication
You can now put headlines onto your own local website or intranet.
Headlines only
Copy and paste this code:
Sample output
Headlines & description
Copy and paste this code:
Sample output
CSS classes
You can blend our headlines in with the style of your site using these CSS classes:
- rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
- rss_title the title of the feed and link style if displayed. Use with variants of
rss_title a:link, rss_title a:hover, etc for rollowver styles - rss_items defines the unordered list
<ul>...</ul>for the feed items- use to define the padding/margins for items. - rss_item display of each feed item description and title,
<li>...</li>as well as the channel description, if displayed. - rss_item a: variant for the item title and link style
- rss_date defines the display of item posting dates

