HOME |
FORUM
|
CONTACT US
|
#1
| |||
| |||
| website help 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 |
|
#2
| |||
| |||
| 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!
__________________ ![]() |
|
#3
| |||
| |||
| cheers I think I knew last night where I was going wrong - will let you know when I get started bud! Thanx again, Andy |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |