Overview: I am using Googles RSS feed service to display feeds on a web page. Which will be displayed at an internal location in the building I work at.
Issue: I need to disable these links to their various webpages and just let them display the feed itself. The feeds may change. Therefore -- Just show the feed with out being able to be clicked.
Question: Is there a script/solution I can use to disable all the links on this page, so that none can be clicked? I don't think I can disable each link it self, since it is dynamically generated.
|