I'm trying to put a Scratch project on my site. The image embed works fine when I do it in HTML, however it's kind of unsatisfying. When I paste applet the code without turning HTML on, it's just a block of code, but when I turn HTML on, it says that it needs to remove some of the code, thus it doesn't work. How do you make an applet work?
Offline
<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/TornFusion/1864390.sb'></applet> <a href='http://scratch.mit.edu/projects/TornFusion/1864390'>Learn more about this project</a>
Is what it should look like...
Offline