Embeding html export into other html page
I would like to add a html report export into my html, but the problem is that the html export contains the whole html document and has styles that mess with my content.
Is there any way to just get html code that can be inserted into existing code without interfering with other things?
If not, is there a recommended way to display html reports within a website?
-Bill
Is there any way to just get html code that can be inserted into existing code without interfering with other things?
If not, is there a recommended way to display html reports within a website?
-Bill
Comments
In my opinion, embedding a PDF is cumbersome because it will then have its own scroll bars and I have to do extra programming to make sure it scales vertically with the browser window. HTML will use the browser window scroll bar.