If I copy paste complex html, the page doesn't publish as expected.
-
I have some wonderful complex dynamic applets for teaching and learning mathematical concepts. When I copy and paste the html into wordpress under the html tab, the applet doesn’t publish as expected. However, if I run the .html code, it works just fine. These dynamic applets were coded by experts; however, I don’t know anything about html. Please provide exact steps for how I would copy, paste and post these applets so that they will be dynamic and usable online.
Thank you!The blog I need help with is: (visible only to logged in users)
-
I should add that I have an index.ccs AND an index.html file; I am only copying and pasting the html file
-
Hi there,
“dynamic applets” tell me that your html includes iframe code. Is that the case?
If so, that code won’t work here as iframes are not allowed for security reasons. Any iframe or form code in pasted HTML is automatically stripped out by our system, as is all JavaScript. There is no workaround for this.
What might work is if you added your code to codepen.io instead. Then you can embed the codepen project in your site.
- The topic ‘If I copy paste complex html, the page doesn't publish as expected.’ is closed to new replies.