My site supports exporting data in a few ways, and one way i via iframe.
<iframe src ="http://www.conanstats.com/Feeds/IFrame.aspx?Guild=30&EventCount=15" width="270" height="400">
<p>Your browser does not support iframes.</p>
</iframe>
Currently the problem is that when its shown in a web site its going to have its own style, is there any ways for it to inherit the style from the page its being shown in. Or do i need to make url arguments to make this happen