Hello
How do I embed a PDF inside one of my webpages. I have inserted the following HTML into my Webpage using Dot Net Nukes wizard but when I click save and go to visit the updated webpage the iframe html is never present.
<iframe src="http://docs.google.com/gview?url=http://mypdf.pdf&embedded=true" style="width:718px; height:700px;" frameborder="0"></iframe>
Can anyone provide any methods/HTML that will embed a PDF on a webpage. I can do this blindfolded if I were working at the .html/.aspx file level but bloody Dot Net Nuke makes everything so difficult.