Do you want to have your
own scrolling text in your webpage
just like what is being
shown above?
Here's how to do it.
1. Download this file
in your computer.
http://www.newbiehangout.com/Banner.class
2. Copy and paste
the html code below on your page html source.
Be sure to save the Banner.class and your page html in the
same directory.
This goes true also when uploading your page to your server.
The Banner.class and your page must be on the same directory.
You can place the code anywhere in your page html source.
<CENTER><TABLE BORDER=0
CELLSPACING=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<TR>
<TD>
<CENTER><APPLET code="Banner.class"
WIDTH=300 HEIGHT=20><PARAM NAME="text" VALUE=" Learn to make your own graphics,
animations and webpages!
Visit the Newbie Hangout!"><PARAM NAME="typeface"
VALUE="Helvetica"><PARAM NAME="fontsize" VALUE="12"><PARAM NAME="fontcolor"
VALUE="black"><PARAM NAME="backcolor" VALUE="white"><PARAM NAME="delay"
VALUE="10"></APPLET></CENTER>
</TD>
</TR>
</TABLE></CENTER> |
3. Change all VALUES on
the above code to your specifications: I.E.
<PARAM NAME="text" VALUE="whatever TEXT you wish to show">
You can also change the value
of the typeface, fontcolor, backcolor
and delay to your specification.
If you change for example
the fontcolor value to "red" instead of "black",
this is what will appear
on your scrollling text:
|