WebBrowser Control Border in PowerPoint

M

Mona-ABE

I cannot get rid of the inset looking gray border on a WebBrowser Control
I've put on a page in PowerPoint. The control cannot be 100% of the page
since I have some hyperlinked buttons at the bottom of the page and the
control doesn't allow the z-index property. I've wasted way too much time
web searching for a solution! I hope someone can help me PLEASE! :)
 
C

Chirag

That inset border comes from the webpage. You need to change the webpage
body border style to get rid of it. If the webpage you are loading is not
your own, you can perhaps access and manipulate the DOM after the webpage
loads in the WebBrowser Control.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
 
M

Mona-ABE

Thanks for the quick response.

Can you provide a little more explanation since I have this in the body tag
in the HTM document and it still shows the inset border in PowerPoint (the
border does not show in Internet Explorer when viewing the HTM page only):

style="border:0 white none"

Here's all the html:

<!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" />
<title>Questions</title>
</head>

<body style="border:0 white none" scroll="no">
<embed width="100%" height="100%" type="application/x-shockwave-flash"
pluginspage="https://www.macromedia.com/go/getflashplayer"
src="monsters%20doors%20page%20-%20Questions.swf" play="true"
menu="false"></embed >
</body>

</html>

--
Thanks!
Mona-ABE


Chirag said:
That inset border comes from the webpage. You need to change the webpage
body border style to get rid of it. If the webpage you are loading is not
your own, you can perhaps access and manipulate the DOM after the webpage
loads in the WebBrowser Control.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top