<HTML> <HEAD> <TITLE>Crossword Page</TITLE> </HEAD> <BODY> <APPLET CODE="xwclr.class" WIDTH=160 HEIGHT=460> <PARAM NAME="Copyright" VALUE="1996 (C) Andrei Grigoriev"> <PARAM NAME="User" VALUE="Copy not registered, will expire soon"> <PARAM NAME="Debug" VALUE="yes"> <PARAM NAME="bg" VALUE="aaaaaa"> <PARAM NAME="fg" VALUE="ffffff"> <PARAM NAME="white" VALUE="308830"> <PARAM NAME="black" VALUE="004a08"> <PARAM NAME="curfg" VALUE="ffff00"> If you see this text, your browser doesn't support Java applets.<BR> Try fetching Netcape 2.0 or above from <A HREF="http://home.netscape.com/">here</A>.<BR> </APPLET> </BODY> </HTML>
The numbers in VALUE="... are those hexadecimal numbers one could use to specify background and text colors in the <BODY... tag of your HTML pages. I'm sure you will easily figure out what those parameters are.
If you use the color settings given above, you'll get the left example. If you skip these parameter lines altogether, the default color settings are those on the right.
Have fun playing with colors!
NEW! Answers to frequently asked questions (FAQ) available now.