If I'm not mistaken, you should be able to style RSS feeds much like
you style any HTML document. Except, since you don't have a 'handle'
on every individual element, your styles will at best be generic and
apply to all the elements in the same way. Or of course, you could use
the 2.1 pseudo-classes like :first-child and stuff to target specific
elements.

Chris, I think what you are looking for is element selectors? Or have
I just understood everything wrong. You should be able to use
something like:

title {
    font-size: 2em;
    font-weight: bold;
}

Also, I'm a bit confused about how you will <link /> the stylesheet
in. But you seem to have figured that out already.


-- 
Rakesh Pai
Mumbai, India.
[EMAIL PROTECTED]
http://piecesofrakesh.blogspot.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to