I want to display mail messages in a web page. These mail message are comming from an exchange server and contain a bunch of style elements.
When i load these mail in a div, those style elements break my own page style by overriding some of them.
Is there a way to load an html mail body in isolation from the page in which it'll be loaded? (and without Iframes of course).
Thx