If you don't see colors, Hit your refresh button Now!
The following HTML code produces the gradient background you see in this square. To change the color scheme, all one does is to change the the StartColor and EndColor string values:

style="filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFF3399', EndColorStr='#FF6699CC');"

Create your own color schemes by changing the values!

style="filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF003399', EndColorStr='#FF6699CC');"
style="filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF003399', EndColorStr='#FF669900');"

18 February 2018:
Well, Fooey! )-: This worked back in 2004 when this page was first posted.
Apparently, this is yet another bit of code that the new HTML5-CSS3 has dropped.
I'm leaving this page up and will look to find the replacement code for this feature.
In my mind I think ..."if it works, don't fix it!" ...But someone has screwed with the pooch!


BASICS

BACK