April 9, 201510 yr Hi Guys, I know to get rid of the ugly webviewer border in Windows you have to use some css to remove it. I have found code samples which work, but only if you build the html up and display that html in the web viewer (hope I have phrased that OK) data:text/html;,<html><style>body { border:0; margin:0; ... What I can't figure out is how to remove the border if in your web viewer calculation engine, you only have a url you are pointing towards, such as https://someplace.com. Can someone post a snippet of code of how I can implement the css with a url please? Thanks Jalz
April 13, 201510 yr Author Hi All, The only way I could achieve removing the border was to put my url in a styled iframe which didn't have the border. Thanks Jalz
Create an account or sign in to comment