This is a discussion on "Adding a style sheet to an RSS feed problem" within the Other Programming Languages section. This forum, and the thread "Adding a style sheet to an RSS feed problem are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Adding a style sheet to an RSS feed problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Adding a style sheet to an RSS feed problem
ok here it goes,
im looking to make and RSS feed for the company i work for and i have a small problem. its not making the RSS thats the problem, its adding a style to it, here is my code. the sample feed.
|
|
|
|
#2
|
||||
|
||||
|
Re: Adding a style sheet to an RSS feed problem
Change this line
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Adding a style sheet to an RSS feed problem
Quote:
nope still not working |
|
#4
|
||||
|
||||
|
Re: Adding a style sheet to an RSS feed problem
Ok. In the first line you have:
Take a look here: http://creativecoding.webforumz.com/...ips-tricks/#q3
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#5
|
||||
|
||||
|
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:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#6
|
|||
|
|||
|
Re: Adding a style sheet to an RSS feed problem
Quote:
Still a no go, here is a copy of the souce it brings up when i open the feed in IE7 <?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005"><channel xmlns:cfi="http://www.microsoft.com/schemas/rss/core/2005/internal" cfi:lastdownloaderror="None"><title cf:type="text">example - Knives, Pocket Tools and Accessories</title><link>http://www.example.com/</link><item><title xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" cf:type="text">3 in 1 Sharpening System - Smith's 3-in-1 Sharpening System</title><description xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" cf:type="html"> <img alt="3 in 1 Sharpening System - Smith's 3-in-1 Sharpening System" hspace=0 src="http://www.example.com/uploads/images_products/424.jpg" align=baseline border=0><br>The Smith's 3-in-1 Sharpening System is a handy sharpener you can not only take anywhere but will do three jobs in one. Features pre-aligned carbides for quick edge setting, 750 grit interrupted surface diamond sharpener and pre-aligned ceramic sharpeners for sharpening standard and serrated blades. The rods easily store in the base.</description><link>http://www.example.com/product.asp?P_ID=424</link><pubDate>Tue, 12 Feb 2008 09:11:48 GMT</pubDate><atom Last edited by Andrew1986; Feb 19th, 2008 at 10:33. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why Style sheet isnt working | kaz | Web Page Design | 19 | Dec 21st, 2007 01:10 |
| CSS Print Style Sheet Problem | bennyboy7 | Web Page Design | 1 | Aug 14th, 2007 08:58 |
| new to css: what's the best way to insert image using the external style sheet? | mad samuel | Web Page Design | 14 | Aug 10th, 2007 17:52 |
| How to tell IE7 to use a pariticular style in a single style sheet | figo2476 | Web Page Design | 5 | May 25th, 2007 14:23 |
| Linking to an external style sheet | ahm531 | Web Page Design | 6 | Aug 31st, 2006 13:23 |