The latest top 5 hits from the DK - Webmaster Resource Directory
Add your webmaster resource to the DK - Webmaster Resource Directory today! FREE
Once you have built the code for your Feed2JS, you can see how the output of RSS content generated by Feed2JS can be customized by applying different style sheets. Each part of the feed has an identifier, allowing you to add styles to the box containing the feeds, the title, the item display, and the date posting text. A few sample styles are provided here; for more, see the Feed2JS Style Center.
You will need to incorporate the CSS code or linkage in your own HTML files; there are two ways you can do this:
<style type="text/css" media="all">
<!-- this is where you paste the CSS provided by the form below -->
</style>
<link rel="stylesheet" href="style/myfeed.css" media="all">
<link rel="stylesheet" href="style/myfeed.css" media="all">
This sketch represents the CSS classes created by Feed2JS.

If you have more than one feed displayed per page, you can assign different styles to each display. You will need a solid understanding of CSS and inheritance to get this to work!.
By supplying a value for CSS Custom Class in the build form you can now create different top level classes. The value passed will create a CSS class named rss_box_XXXX where XXXX is this value. This implies that you may have to specifiy more specific classes for the other classes listed above, or use the top level rss_box_XXXX classes to say define a different background color.
See two exmaples:
css=spirit, so all CSS elements are defined to be a descendant of this class.