Using
the Java applet from the start page
Follow these
simple steps if you want to use the Java applet from our start
page.
- Click here to
download the Java applet class file subcredits.class. You may need to hold down the SHIFT
key while clicking this link and choose Save
to disk.
- Put this file into the same directory
as your web page.
- Copy the following HTML code into your
web page (use copy and paste)
<applet code="subcredits.class" width="512" height="60" id="subcredits">
<param name="font" value="Dialog">
<param name="style" value="bold">
<param name="size" value="15">
<param name="text" value="
\
\
\
#ffffff#
This is some white text to test out the Java applet
\
\
#ff0000#
This is some text in red
\
">
</applet>
- Change the text after the last param line to say what you want. Use the \ character when you want the text to start a
new line. Use the #...# feature to change the color of the
following text. This is a HEX RGB number (same as the
color values you use for the background etc in HTML).
- View your page in your browser making
sure that you have Java enabled.
E-mail tech problems to The
SubSpace Team