View Single Post
  #2 (permalink)  
Old Feb 15th, 2008, 16:05
Jack Franklin's Avatar
Jack Franklin Jack Franklin is offline
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,268
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: Adding a style sheet to an RSS feed problem

Change this line
Code: Select all
<?xml-stylesheet type="text/css" href="rss.css"?>
To this:
Code: Select all
<?xml-stylesheet type="text/css" href="rss.css" ?>
Reply With Quote