Attribute for <APPLET ...>
VSPACE = integer

Establishes the vertical distance between the applet and the surrounding text.

<APPLET 
CODE="MyApplet.class" 
HEIGHT=50 WIDTH=100 
VSPACE=1>
<PARAM NAME=TEXT VALUE="Welcome">
</APPLET>
<P>
Hi There!
<APPLET 
CODE="MyApplet.class" 
HEIGHT=50 WIDTH=100 
VSPACE=15>
<PARAM NAME=TEXT VALUE="Welcome">
</APPLET>
<P>
Hi There!

Hi There!

Hi There!





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.