my problem is that when i dispaly it on my website, i display it with it's css.. but i want to display it with my own css to be displayed like my design not like its source page
HTML Code:
<iframe name="I1" id="I1" src="http://www.example.com" marginwidth="1" marginheight="1" height="343" border="0" frameborder="0" style="width: 355px" scrolling="auto"><strong>
here i want to display the contents in http://www.example.com but with my own css not http://www.example.com css
</strong></iframe>
I think you can't do that, you should added the iframe in your main source code
__________________
Read Our Please login or register to view this content. Registration is FREE @ My Blog
Get All Premium Please login or register to view this content. Registration is FREE
You can remotely load the file with PHP, replace the CSS stylesheet link with your own, and then output it to the page, or output it to a file on your server, and load that file into the iframe.