I am experiencing an issue with IE10 where it is not rendering HTML perfectly in an iframe, even though it works fine in IE7. In IE10, it appears that the margin is not being applied to paragraphs and lists.
I am using iframes to embed HTML from other files like the examples below:
<div>
<iframe src="page1.html" frameborder="0" scrolling="no"> </iframe>
</div>
<div>
<iframe src="page2.html" frameborder="0" scrolling="no"></iframe>
</div>
Here is the link to the site:
I would appreciate any help or suggestions on how to resolve this issue. Thank you!