Additional information for Counter2 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. image Original image file name for numbers. digit Display digit. Default value is 4. digmarx Digit display margin for X-coordinate. Default value is 0. digmary Digit display margin for Y-coordinate. Default value is 2. 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). f0color Frame color (dark). Format: "RRGGBB" (hexadecimal) Default is "808080". f1color Frame color (light). Format: "RRGGBB" (hexadecimal) Default is "e0e0e0". numsizx Number size-X (width). Default value is 40. numsizy Number size-Y (height). Default value is 40. imgstepx Each step between number digits on the original image. Default value is same as numsizx. imgosx X-offset on the original image. Default value is 0. imgosy Y-offset on the original image. Default value is 0.