PDA

View Full Version : Hide border on a web object


Mikestyles
10-02-2002, 11:50 AM
Does anyone know if there is a way to hide the srole bar or a web browser object, and / or get rid of the border autoplay places around the object.

I can do it with a text box, but cant seem to set these attributes on a web browser object (embeded window)

Derek
10-02-2002, 01:21 PM
hi - the only way to get rid of the border is with TextBox Objects: as you have dicovered. As for the scrollbar: add

scroll=no

to the BODY TAG in the html page to be embedded.

MWMTex
10-28-2002, 06:18 PM
Thanks for the tip. I will give it a try and let you know

MWMTex
10-30-2002, 07:13 AM
Scroll=no worked just fine. I also did the empty text boxes around the border to remove the web borders. Looks great. Thanks again for your help.