Applet Margins

I’ve solved the issue.
I downloaded the HTML code of page that ignition generates for applet, and saved in local (or better on website). In html code i added properties like padding:0; margin:0; border:0;…

Initially it didn’t work because the proper javascript file was not available. I downloaded the content of deployJava.js and changed script tag as follow:

Now instead of using the direct link provided by ignition I just call my local file.
That’s all.
BYE!