LScrollText






A scrolling message, with custom colors, font size, speed, and target URL.




 

THE CODE:

<APPLET

code="LScrollText.class" width="500" height="20">

<PARAM NAME="MESSAGE" VALUE="LScrollText by Leonidas Papadopoylos * Easy to use >>Click here to Download<< Use it FREE">

<PARAM NAME="SPEED" VALUE="4">

<PARAM NAME="PIXELS" VALUE="1">

<PARAM NAME="FONTHEIGHT" VALUE="14">

<PARAM NAME="TEXTCOLOR" VALUE="0000FF">

<PARAM NAME="BACKCOLOR" VALUE="FFFF00">

<PARAM NAME="TARGET" VALUE="lscrolltext.zip">

</APPLET>

 

PARAMETER EXPLANATION:

MESSAGE = The message.

SPEED = The speed of scrolling.

PIXELS = How many pixels to scroll at a time.

FONTCOLOR = The text color.

BACKCOLOR = The background color.

TARGET = Where to go if a mouse click occurs.