View Single Post
  #3 (permalink)  
Old Feb 15th, 2008, 16:16
Andrew1986 Andrew1986 is offline
Up'n'Coming Member
Join Date: Jul 2007
Location: Barry
Age: 22
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Adding a style sheet to an RSS feed problem

Quote:
Originally Posted by jackfranklin View Post
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" ?>

nope still not working
Reply With Quote