Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Newbies

Hi, I imported an Image from my server into webviewer via this.:

 

"data:text/html,
<html>
<head><img src='" & "http://www.LisaPrice.info/fahrtenbuch/images/" & Buggy Fahrtenbuch::fileversion & "/eingabelocked2.jpg" & "' style='width:100%; height:100%;' /></head>
<body style='border: 0; margin: 0'>
</body>
</html>"

 

 

The Result is an image without any borders. Works perfect.

 

When I import the image as an html, I keep getting a wireframe, and it seems this wireframe is generated by webviewer. Can anybody help me.

 

My html file behind the Url: "http://www.LisaPrice.info/fahrtenbuch/images/" & Buggy Fahrtenbuch::fileversion & "/eingabelocked2.htm"

is

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" cellspacing="0" cellpadding="0" border="0"/>
<title>Untitled 1</title>
    <style type="text/css">
    <!--
    body {
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     cellspacing: 0px;
     cellpadding:0px;
     border:0px
    }
    -->
    </style>

</head>

<body>

<img src="welcome2.jpg" width="332" height="216" cellspacing="0" cellpadding="0" border="0"
/>

</body>

</html>
 

my

content in the settings of the webviewer

is:


SuperContainer_noBorder ("http://www.LisaPrice.info/fahrtenbuch/images/" & Buggy Fahrtenbuch::fileversion & "/eingabelocked295.htm")

 

And my function "SuperContainer_noBorder"

is:

 

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

html, body {
height: 100%;
width: 100%;
overflow:hidden;
}

body
{
margin  : 0px 0px 0px 0px;
border :0px;
}

table
{
border-collapse: collapse;
width : 100%;
height : 100%;
overflow:hidden;
}

td {" &
"text-align : left;" &
"vertical-align : top;" &
"font-family : "Arial";
font-size : 75%;
font-smooth : always;
}
</style>
</head>
<body>¶
<table><tr><td>¶"
&  
"
<iframe src=" & link &" frameborder="0" width="100%" height="100%"
 frameborder='0' scrolling='no' marginheight='0' marginwidth='0'>
<p>Your browser does not support iframes.</p>
</iframe>
"
 &
"</td></tr></table>¶
</body>¶
</html>"

 

I believe somwhere in the function, the wireframe is generated or not eliminated, but I canot find where.

Can anybody help me please?

 

On the attached file, the two images on the right are imported as jpg vie the first code in webviewer. Everything works fine, no frame .

The left blue window, just blue is a jpg imported as html vie the other codes and steps. And the frame is clearly visible.

 

Regards

 

Lisa

post-100060-0-45142700-1364890024_thumb.

Does this mean that all that html is used for the left hand image presentation? That would  mean there are two <html> tags, which is invalid code.

 

And some engines still want the border="0" tag to stop any borders showing...

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.