PDA

View Full Version : Delete the border in web browser object?


xtreme
10-26-2003, 06:04 PM
When I use the web browser object I always get a border and a "transparent" scroller. Even if the site is 400*400 and my web browser object is 500*500. Can I delete the border and scroller?

Corey
10-26-2003, 06:18 PM
Add: scroll="no" to the HTML body tag to get rid of the scroller. The border can't be undone but someone pointed out you can cover it up with text objects as a work around.

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

JimS
10-26-2003, 06:25 PM
Getting rid of the scroller is easy. Just add scroll="no" to your body tag, like this: <body scroll="no"> or like this <body bgcolor="#000000" scroll="no"> I don't think you can really get rid of the boarder. There was a thread on this a while back, and people were using long thin pictures laid over the boarder to get rid of them, I never had much luck with that myself, but it might be worth a try.

JimS
10-26-2003, 06:28 PM
Oh, it was text objects not picture objects. No wonder it never worked quite right for me. I guess I need to learn to pay a bit more attention.