Learn HTML Code Tutorial Reference Guide

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!

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial