show a iframe on the page
Hello,
I want to show on this page one element with iframe:
The page where i want to make it it's here:
The ifamre cod is that:
<iframe id="myframe" src="http://www.formdrill.com/english/wizard.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>
But it's now show...:(
any ideea how i can use the iframe with moufin builder?
Comments
Please look at this screen:
http://prntscr.com/fk0k7g
thanks
And I have added height:500px; you can change it.
<iframe id="myframe" src="http://www.formdrill.com/english/wizard.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; height:500px;"></iframe>
This one has display:none, how would it show if you declare it to be hidden.......
Paste it into the text editor, not the visual one.
Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine.
P.S. Anticipating your question, yes, those errors are not associated with theme and were made by you or one of your extra plugins.
Thanks!
What do you mean? STRG+U just opens the pages source code, i think this is not what you mean.