Sample Applet parameters Please note that Janim Version 3 uses a jar file instead of just the applet. Applet headers should be as shown below with your height and width settings. <center> <table border=2> <tr> <td width="400"> <applet code=Janimsnow.class width=400 height=238> <param name="image" value="lake302.jpg"> </applet><applet code="Janim3.class" archive="Janim.jar" width=400 height=120> <param name=image value="lake302a.jpg"> <param name=notop value="1"> <param name=wsize value="-30"> </applet></td></tr></table> </center> Note: The closing tag for the first applet and the opening tag for the second applet should be as above, on the same line with no spaces between. This assures the bottom applet will be up against the top applet with no space in between. |