website help

Welcome to Old Skool Anthems
The Old Skool Resource. Since 1998.
Join now

turpieaj

Active member
Feb 15, 2003
2,389
1
36
52
sunshine on Leith, via Watford
I want to construct a website with frontpage as I don't know jackshit with HTML and the likes and would like to add on the homepage a "sine scroller" which was famous in the old commodore/sinclair demoscene programs. I have found a java application to perform the sine scrolling text routine, but I don't have a clue about how to get it into frontpage even though there is a option to insert a java component...can anyone help me.

PS the java script can be found http://www.jfind.com/listings/992.shtml

Cheers,


Andy
 

Nemesis

New member
Jun 16, 2004
239
0
0
38
MADchester
www.randombunny.net
not used frontpage before, but here's wot i would do normally...

extract that script so that the files r all in the same place on your computer, then create a html document in frontpage and insert this into it

<center>
<APPLET
CODE = "Applet1.class"
NAME = "TestApplet"
WIDTH = 300
HEIGHT = 80
ALIGN = Middle>
<param name=PLANETS value=10>
<PARAM name=RED value=255>
<PARAM name=GREEN value=70>
<PARAM name=blue value=70>
<PARAM name=PERIOD value=150>
<PARAM name=amplitude value=25>
<PARAM name=fadelen value=32>
<PARAM name=message value="Nemesis was here">
</APPLET>
</center>


(that was taken from the scroll.html in the file without the advertising shite)

anyway basicly to change what you want it to say, just replace the text where i've put "Nemesis was here" with wot u want, but make sure to keep the " " so like "test"

hope that helps, if not let me know!