Jump to content
Server Maintenance This Week. ×

webviewer border in Windows


Jalz

This topic is 3301 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 3301 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.