
Feb 15th, 2008, 16:05
|
 |
Resources Administrator
|
|
Join Date: May 2007
Location: Cornwall, England
Posts: 1,268
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" ?>
|