Adding a CSS StyleSheet to your RSS Feed
- 0
- Add a Comment
- No Related Post
Well geez, when they put it like this it does not sound all that bad! Maybe CSS and RSS can be implemented more easily that once thought?
It’s pretty easy to add a CSS stylesheet to your RSS feeds. I created one in about 10 minutes for my RSS feed. You can do a lot more with an XSL stylesheet (turn links into clickable links, etc), but CSS can make your feed look much less scary for the non-technical crowd. And the good news is you probably already know CSS, so setting one up is trivial…
To start you need to add a xml-stylesheet tag to your RSS feed: [Read the rest]
