| The background color is defind by the RED, GREEN and BLUE intensities. The value of each can be in the range of 0-255. In the param tag the RED, GREEN and BLUE values are seperated by a , and the same goes for the FontColor. For the TextAlignment param you can choose between three values LEFT , CENTRE , RIGHT. For the AfterEffect param you can choose between SHRINK , FADEOUT , SCROLLUP. HTML for this applet<applet width="665" height="50" code="SIRtypeFree.class"><param name="Text" value="Welcome to our web site|Click here to find out more infomation|Find out how to improve your web site"> <param name="Link" value="http://www.net800.co.uk/netstart/sirius"> <param name="BgColor" value="200,130,0"> <param name="FontColor" value="0,40,255"> <param name="Font" value="TimeRoman"> <param name="FontSize" value="22"> <param name="FontBold" value="Yes"> <param name="FontItalic" value="Yes"> <param name="TextAlignment" value="CENTRE"> <param name="AfterEffect" value="Shrink"> </applet> |