|
Whether you like it or not, RSS Feeds can look scary to users who
have never seen or heard of them. It's easy to add a CSS Stylesheet,
just like the one for your normal webpage and the benefits can be
massive.
We can add a stylesheet to our RSS Feeds by using an xml-stylesheet tag. Have a look here:
<?xml version="1.0" ?> <?xml-stylesheet type="text/css" href="http://example.com/feed.css" ?>
Once
you have that done - it's just a matter of creating the stylesheet,
"feed.css" and adding styles to make it more user friendly.
|