MyBB Community Forums

Full Version: CSS in RSS Feed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I noticed that there is a CSS file for the RSS feed (rssfeed.css) but it isn't referenced by the feed itself. Was this intentional so that it was optional or was it just forgotten?

I just had to add

echo "<?xml-stylesheet href=\"rssfeed.css\" type=\"text/css\"?>\n";
And then it worked fine Smile