mitmo
09-04-2002, 07:53 PM
I'm using a java applet in an html page as my desktop wallpaper and it seems to always appear with a white border on the top & left hand sides of the screen. Is there a way to get rid of these borders?
Thanx!
see the code below...
<!--
<BODY bgcolor="#000000" topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 border=0>
<applet archive="starzone.jar" code="starzone.class" width="100%" height="100%">
<param name="density" value="low">
<param name="background" value="black.jpg">
<param name="fgmax" value="1">
<param name="fgimage1" value="view3.gif">
<param name="fgxpos1" value="-80">
<param name="fgypos1" value="-60">
</BODY>
-->
Thanx!
see the code below...
<!--
<BODY bgcolor="#000000" topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 border=0>
<applet archive="starzone.jar" code="starzone.class" width="100%" height="100%">
<param name="density" value="low">
<param name="background" value="black.jpg">
<param name="fgmax" value="1">
<param name="fgimage1" value="view3.gif">
<param name="fgxpos1" value="-80">
<param name="fgypos1" value="-60">
</BODY>
-->