chris9902
08-19-2003, 12:19 PM
i downloaded this applet to scroll text but i want to add links to it.
<applet code="text_scroller.class" width=160 height=220>
<param name=info value="Applet by Gokhan Dagli,textscroller.tripod.com">
<param name=textcolor value="03FEFE">
<param name=bgcolor value="000000">
<param name=enable_bgpicture value="0">
<param name=speed value="50">
<param name=textdimension value="12">
<param name=fonttype value="Arial">
<param name=paragraph_number value="3">
<param name=parag1 value="to TextScroller Java Applet.">
<param name=parag2 value="Vertical text scroll effect. You can use background image.">
<param name=parag3 value="Please visit textscroller.tripod.com for download latest version of textscroller.">
</applet>
but how do i add links to the text
i can post the class file if you need it
<applet code="text_scroller.class" width=160 height=220>
<param name=info value="Applet by Gokhan Dagli,textscroller.tripod.com">
<param name=textcolor value="03FEFE">
<param name=bgcolor value="000000">
<param name=enable_bgpicture value="0">
<param name=speed value="50">
<param name=textdimension value="12">
<param name=fonttype value="Arial">
<param name=paragraph_number value="3">
<param name=parag1 value="to TextScroller Java Applet.">
<param name=parag2 value="Vertical text scroll effect. You can use background image.">
<param name=parag3 value="Please visit textscroller.tripod.com for download latest version of textscroller.">
</applet>
but how do i add links to the text
i can post the class file if you need it