RMS_RainbowText.class


If you like this applet, you'll love our navigation menu version called RMS_RainbowMenu!

Example Code:

<applet code="RMS_RainbowText.class" width=450 height=50>
<param name=author value="www.rmspencer.clara.net">
<param name=text value="www.rmspencer.clara.net">
<param name=font_name value="Arial">
<param name=font_size value=12>
<param name=font_style value=2>
<param name=bgcolor value="ddd0c4">
</applet>

Parameters:

Parameter Name Required? Use
author Yes This is the applets authors web address. It is a required parameter. It must be stated as:
www.rmspencer.clara.net
text Yes This is the text you wish to display on the screen. (otherwise it would be pointless using the applet!)
font_name Yes Used in conjunction with the text parameter.
font_size Yes The size of the font used.
font_style Yes The style for the font.

0 = Plain
1 = Bold
2 = Italic
3 = Bold & Italic

bgcolor Yes The background colour for the applet. Specified in hexidecimal format.

Author: Ralph Spencer
Website: www.rmspencer.clara.net