Don_Macaroni Posted September 22, 2011 Posted September 22, 2011 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...
Don_Macaroni Posted September 23, 2011 Author Posted September 23, 2011 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...
comment Posted September 23, 2011 Posted September 23, 2011 IIUC, the answer is not necessarily base64 encoding, but rather the <body style='border: 0; margin: 0'> declaration in the HTML code.
Don_Macaroni Posted September 23, 2011 Author Posted September 23, 2011 Do not agree... Have all that set in the html and border remains in Win7 FM11 Adv.
Raybaudi Posted September 23, 2011 Posted September 23, 2011 Do not agree... Could you write here your HTML code ?
Newbies parisbubbler Posted October 28, 2011 Newbies Posted October 28, 2011 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>"
Raybaudi Posted October 28, 2011 Posted October 28, 2011 /* Remove borders on windows */ That removes the scroll bars too, when the Web Viewer is active
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now