Additional information for Counter1 applet. ----------------------------------------------------------------------------- Try sample1.html first. This simplest sample has literal counter value instead of a SSI tag This has no customize parameter(param tag). The other side, sample2.html has a complete SSI tag to get counter value. This also has all customizing parameters. ----------------------------------------------------------------------------- Customizing: See applet tag set in sample2.html. (Most of following parameters have no effect because they have the same value as their default value.) > comments for Java disabled browsers. count Counter value. "name" attribute in applet tag in place of this parameter is also available for compatibility with previous version of this applet. digit Display digit. Default value is 4. digmarx Digit display margin for X-coordinate. Default value is 4. digmary Digit display margin for Y-coordinate. Default value is -5. bgcolor Background color. Format: "RRGGBB" (hexadecimal) 2-digit hexadecimal for each of Red,Green and Blue. Ex. "000000"=black. "ffffff"=white. "800000"=dark red. This is similar to HTML tags such as . Default is "000000" (black). fgcolor Foreground color. (Color of numbers) Format: "RRGGBB" (hexadecimal) Default is "ff4040" (light red). f0color Frame color (dark). Format: "RRGGBB" (hexadecimal) Default is "808080". f1color Frame color (light). Format: "RRGGBB" (hexadecimal) Default is "e0e0e0". fontname Font name. "Dialog", "Helvetica", "TimesRoman" and "Courier" are available. Default is "TimesRoman". fontstyle Font style. "0": PLAIN "1": BOLD "2": ITALIC "3": BOLD ITALIC Default is "1" (BOLD). fontsize Font size. Default value is 30.