I am trying to add an iframe to a static page on my site at http://www.luciditymarketingllc.com/report - I created a submission form using mach form which has been working fine for the last few months - then today I noticed the page was just displaying part of the code for the iframe and I cannot get it to display properly now. The code for the iframe is
<iframe height="1991" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://luciditymarketingllc.com/machform/embed.php?id=1" title="Keyword and Profit Generation Report"><a href="http://luciditymarketingllc.com/machform/view.php?id=1" title="Keyword and Profit Generation Report">Keyword and Profit Generation Report</a></iframe>
I tried installing an iframe plugin called Insere Iframe which says to post the iframe content in the page like [ iframe: src="http://www.example.com" frameborder="0" width="100%" height="200" scrolling="no"] but that didn't work either, the page just displays the code when I do that. Any help would be appreciated.