View Single Post
  #5 (permalink)  
Old Feb 15th, 2008, 16:25
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Adding a style sheet to an RSS feed problem

Are you sure it's picking up the right stylesheet? you could try an absolute link like:
Code: Select all
<?xml-stylesheet type="text/css" href="http://www.example.com/rss.css" ?>
Reply With Quote