Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I want the Web Viewer without any borders, but it keeps showing the 'embossed' look... All related settings are turned off (eg. Border Effect, line thickness to None, etc.)

This is getting annoying, anyone with a tip? At the moment I'm on Windows 7 with FM Advanced.

***

Second post...

Think it's a Windows bug... just tried it on the Mac and it works just fine. On the PC, in Layout mode no borders are visible, exactly what I want. But in Browse mode the embossed effect is added. This gotta be a bug...

***

Third post...

Even with "Drop Shadow" effect selected, the emboss effect is present...

Posted

Base64 decode... What a hassle, but I guess it works. It could be useful though as no links can be lost to linked files.

I needed this for an animated Windows 7 style button, will update the result...

  • 1 month later...
  • Newbies
Posted

Could you write here your HTML code ?

I want the Web Viewer without any borders, but it keeps showing the 'embossed' look... All related settings are turned off (eg. Border Effect, line thickness to None, etc.)

This is getting annoying, anyone with a tip? At the moment I'm on Windows 7 with FM Advanced.

***

Second post...

Think it's a Windows bug... just tried it on the Mac and it works just fine. On the PC, in Layout mode no borders are visible, exactly what I want. But in Browse mode the embossed effect is added. This gotta be a bug...

***

Third post...

Even with "Drop Shadow" effect selected, the emboss effect is present...

Try adding to the stylesheet to remove borders from windows

"data:text/html,<html><head>

<style type=\"text/css\">

/* Remove borders on windows */

body {

overflow:hidden;

border:none;}

</style>

</head>

<body>

</body>

</html>"

This topic is 4786 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.