Newbies JaredKuvent Posted August 20, 2009 Newbies Posted August 20, 2009 Maybe this is a little OCD, but do you know of any way to remove the Embossed Border when looking at a web viewer in FileMaker? I'm running Windows XP (haven't taken a look on a Mac yet). I tried adding the following to my header, but I'm guessing this is a FileMaker thing, and not a page formatting thing: body {overflow:hidden}; body {margin:0;padding:0;} I do a lot with GUI and would like to more seamlessly integrate the web viewer into my layouts. Thanks for the help! :
mr_vodka Posted August 20, 2009 Posted August 20, 2009 http://fmforums.com/forum/showtopic.php?tid/199632/post/311366#311366
Newbies JaredKuvent Posted August 20, 2009 Author Newbies Posted August 20, 2009 Wohoo! Thanks a lot Worked for me to add
Newbies njfrese Posted July 15, 2013 Newbies Posted July 15, 2013 The link to this solution seems to be a dead end, and I'd LOVE to hear the answer to this one. Thanks!
mr_vodka Posted July 15, 2013 Posted July 15, 2013 See if this posts helps... you can remove the border http://fmforums.com/forum/topic/63664-display-stored-gif-in-web-viewer/
Raybaudi Posted July 15, 2013 Posted July 15, 2013 The link to this solution seems to be a dead end, and I'd LOVE to hear the answer to this one. Thanks! Try to put this code into a Web Viewer with border line set to "none" "data:text/html, <body style='border=0;margin=0;overflow:hidden'> this is a Web Viewer w/o embossed border </body>"
JDW Posted June 25, 2015 Posted June 25, 2015 I would just like to say that the tricks presented in this thread DO NO WORK in the case where you are trying to display an external page, such as a directory listing, inside a Web Viewer (at least, not in FMP Advanced 11 when using IWP). For example, the code I am using inside my own Web Viewer is this: "data:text/html, <html> <body style='border=0;margin=0;overflow:hidden'> <div> <object type='text/html' data='http://www.yourURLhere.com/' width='100%' height='100%' style='overflow:hidden;border:none'></object> </div> </body> </html>" The result in-browser is that a 2px thick line appears at the TOP and the LEFT SIDE of the page being linked to inside the Web Viewer. There is also a very subtle color difference on the right side, almost like it is a faintly visible while line of 5px width. No, I am not using "emboss" or any of those other settings either. I am posting this information because if anyone among you happens to know another magic trick that truly eliminates the borders entirely (jQuery, JS -- you name it), I'm all ears! Best wishes.
Lee Smith Posted June 25, 2015 Posted June 25, 2015 Hi James, Please update your profile to reflect your FileMaker version, OS and platform. TIA Lee
JDW Posted June 25, 2015 Posted June 25, 2015 Please update your profile to reflect your FileMaker version, OS and platform. Done.
LaRetta Posted June 25, 2015 Posted June 25, 2015 Hi James, Remember also that many times these older threads were based upon prior versions of FileMaker so what worked then may not work now. It's something which happens to us all the time. Either that or a new feature in a latest release can provide a better solution than an older one we posted. I'm not saying that is the case here - and unfortunately I don't have the time to review it (and it probably ISN'T the case since you are v11) but nonetheless, it happens. I will put it on my 'must solve' list. Thank you for sharing your discoveries with everyone - we really appreciate it. :-) 1
Recommended Posts
This topic is 3811 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