Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java applett not loading properly 1

Status
Not open for further replies.

Wtchbld

Technical User
Aug 2, 2001
6
US
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=&quot; width=520 height=591>
<param name=info value=&quot;Applet by Gokhan Dagli,textscroller.tripod.com&quot;>
<param name=textcolor value=&quot;03FEFE&quot;>
<param name=bgcolor value=&quot;000000&quot;>
<param name=enable_bgpicture value=&quot;1&quot;>
<param name=bgpicture value=&quot;<param name=speed value=&quot;40&quot;>
<param name=textdimension value=&quot;12&quot;>
<param name=fonttype value=&quot;Arial&quot;>
<param name=paragraph_number value=&quot;3&quot;>
<param name=parag1 value=&quot;Welcome to TextScroller Java Applet.&quot;>
<param name=parag2 value=&quot;Vertical text scroll effect. You can use background image.&quot;>
<param name=parag3 value=&quot;Please visit textscroller.tripod.com for download latest version of textscroller.&quot;>
</applet>

</center>
<br><br><br><br><br><br><br><br>

</body>
</html>

I would appreciate any help you can give. Thanks So Much!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top