2. Insert the code: Insert > HTML NOTE: Items in red are changed to match yours
CSB User: Insert > HTML (same as Trellix Webgem) CSB User: still use ^GEMDIR in code!
This is the code I used for the snowytrees (the car is the same except image name and size)
<center><table border=7 cellspacing=0 cellpadding=0 style="border-style:inset" ><tr><td>
<applet code="alcsnow" codebase=^GEMDIR width="346" height="221">
<param name="grph" value="^GEMDIR/4-03-trees.jpg">
<param name="snows" value="500">
<param name="threadsleep" value="50">
</applet></td></tr></table></center>
Two values you can change to suit your needs:
"snows" value="500": This value (500) can be adjusted up or down
larger number = more snow flakes
lower number = less snow flakes
"threadsleep" value="50": This value (50) can be adjusted up or down
larger number = snow flakes fall slower
lower number = snow flakes fall faster
For comparison, the car in the snow (B) is set to 800/25 more flakes, faster.
The Santa image (C) is much smaller so set to 100/100 less flakes, slower.
|