How to change style of a included html file inside <object> tag ?
I want to change the style of a html file I get from the web when including it inside <Object> tag.
to make it full screen and discard the dark veil, so on ....
Then my file could be :
<html>
<body>
</body>
</html>
How can I get inside the code to restyle the page as I want by jquery css?
When you use developer tools (chrome), the code appears as element <#document> under <object>.
Thanks !