Jalz Posted April 9, 2015 Posted April 9, 2015 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
Jalz Posted April 13, 2015 Author Posted April 13, 2015 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
Recommended Posts
This topic is 3580 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now