Here's how you do it:
<applet code=quotes.class name=quotes width=600 height=200> <param name="File" value="quotes.txt"> <param name="OneQuotePerLine" value=true> <param name="RandomQuote" value=true> <param name="Delay" value=100> <param name="FontSize" value=24> <param name="Color" value="#008000"> <param name="TextColor" value="#FFFFFF"> </applet>The values that appear here are the default values; if you leave a PARAM line out, that default value will be used. (These are the values used for the blackboard that is used on this page.)
Last updated on May 10, 1998 by Don Del Grande (del_grande@netvista.net)
|