views:

132

answers:

1

Hi guys, I'm loading a website into an iframe. This website has all styles defined within it's headtag. However the stylesheets are not linked like tags. I want to remove all this styles of the iframe content and link my own stylesheet to it.

Any ideas how i can do this?

A: 

I believe you'll find your answer(s) here ...

http://stackoverflow.com/questions/217776/how-to-apply-css-to-iframe

Justin Jenkins
So it's actually not possible to influence a foreign website's css inside an iframe?