Hello,
I am new at writing java and want to add this applet to my site as a starting point until I get a feel for how it is done. I downloded a free applet and am having trouble getting it working. Before I change the paragraph lines to
say what I want I am trying to get the backround image to load, but to no avail. Could you tell me what I am doing wrong? I am registered at geocities and have already
uploaded both the class and the image file into my main directory.
Here is the code:
<html>
<head>
<title>TextScroller</title>
</head>
<body>
<cent-er>
<applet code=" width=520 height=591>
<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="1">
<param name=bgpicture value="<param name=speed value="40">
<param name=textdimension value="12">
<param name=fonttype value="Arial">
<param name=paragraph_number value="3">
<param name=parag1 value="Welcome 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>
</center>
<br><br><br><br><br><br><br><br>
</body>
</html>
I would appreciate any help you can give. Thanks So Much!!!!
I am new at writing java and want to add this applet to my site as a starting point until I get a feel for how it is done. I downloded a free applet and am having trouble getting it working. Before I change the paragraph lines to
say what I want I am trying to get the backround image to load, but to no avail. Could you tell me what I am doing wrong? I am registered at geocities and have already
uploaded both the class and the image file into my main directory.
Here is the code:
<html>
<head>
<title>TextScroller</title>
</head>
<body>
<cent-er>
<applet code=" width=520 height=591>
<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="1">
<param name=bgpicture value="<param name=speed value="40">
<param name=textdimension value="12">
<param name=fonttype value="Arial">
<param name=paragraph_number value="3">
<param name=parag1 value="Welcome 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>
</center>
<br><br><br><br><br><br><br><br>
</body>
</html>
I would appreciate any help you can give. Thanks So Much!!!!