Please provide a link to your BLOG. It is likely that you have a “feed://” in front of your RSS URL and the browser is trying to use that to figure out which application should handle the feed.
Go into your theme sidebar.php or whereever the RSS link appears and remove the “feed://” portion..
Regards
Have just checked my sidebar.php file as you kindly suggested and it has the lines:
Last posting didn’t come out quite as it should! How do I insert sample php code without it getting ‘processed’?
Just before the title=” line, you will find a “a href=” line and that’s where you will see the “feed:” bit, if you remove it, your links will show up in the browser normally..
The “feed:” bit is a future extention like a mime-type that is supposed to make your browser spawn a RSS Reader for you when you click the link.
The problem is it isn’t widely supported yet. So removing it will make it work for the here and now.
Regards
Thanks. I have removed the feed: bits and no longer get the blank window. What I now get is text like this:
” Musings from a Lighting Designer http://www.wowlighting.co.uk/lightingblog Thoughts on developments in the world of lighting design and lighting products Tue, 01 Nov 2005 10:18:38 +0000 http://ww.wp.xz.cn/?v=1.5.1.3 en Low Energy Lighting “
Is that what is expected?
Yes, your feed appears to be functioning perfectly.
I really appreciate everyones help. Thanks. Can you indulge me with one last question? How do I check that my RSS feed is working correctly? As you can tell, I am a real novice to this!
Can’t thank you all enough.
Many many thanks.
Bill
Use Firefox and add the Web Developer extension – easy access to css, xhtml, and feed validators plus LOTS of other useful tools for tweaking pages and checking under the hood.
Where can I get the Web Developer extension from?
Additionally, you can download Flock (another branch of the Mozilla browser like Firefox) and use their integrated RSS reader to view your page.
Regards