Dear all, Currently I am struggling with the following; I am building an app in with external sites are reviewed by humans. The reviewing focusses on certain link which I want to highlight. In the past I could just present the site and be done with it. This I did with an IFRAME. However now I need to modify the source of the external website. That is all anchor tags with a specific text need to be highlighted, which I did with ''style="background-color=yellow;". Unfortunately the iframe approach no longer works. Just outputting the modified external site content did not make Rails happy either. I am exploring the option of writing the modified content to disk and then refer to it in the ''src'' clause of the iframe tag. But so far no love. Rails appears to interpret this as an action... So my question is; Is there a way in which Rails does not do this and I can link (aka src) to a file on disk? Or should I approach this problem different altogether? Any help is greatly appreciated, With kind regards, Harm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---