<APPLET ...>
<APPLET WIDTH="...">
<APPLET ALIGN="...">
HEIGHT = "height expression"
HEIGHT
<APPLET CODE="MyApplet.class" WIDTH=150 HEIGHT=50> <PARAM NAME=TEXT VALUE="Yes!"> </APPLET>
For applets which use pictures, HEIGHT will often need to be the height of the image or images being used.