First of all - hello everyone I have a question regarding RSS coding. I'm pretty new to RSS so I'm not even sure if the following thing can be done... I have a simple script which converts a RSS feed into html. This way I can update only RSS feed and I'm done with a site update. However, I would like to have images in my html that I could LINK to other sites. Is there a way I can define an image and a link in a RSS item code? I know about an <enclosure> tag but I think I can't define a link in this tag... Can anyone help me out here?
In the RSS 2.0 specification, this is built in: http://blogs.law.harvard.edu/tech/rss#ltimagegtSubelementOfLtchannelgt But don't forget, you can put html tags in the description tag of your rss feed so long as you entity-encode the special characters. For example: < < > > " "