Hello, It's me again! I finally got the applett to work! I was just wondering if you can help me with getting my text to scroll in the center of my backround image. I'm not sure of where or what param to use to accomplish this. Here is what the page looks like:
Here is what the code looks like:
<html>
<head>
<title>Vampiric Obsession</title>
</head>
<body>
<center>
<applet code="text_scroller.class" width=555 height=626>
<param name=info value="Applet by Gokhan Dagli,textscroller.tripod.com">
<param name=textcolor value="ffd700">
<param name=bgcolor value="000000">
<param name=enable_bgpicture value="1">
<param name=bgpicture value="Bramdrac2.jpg">
<param name=speed value="45">
<param name=textdimension value="14">
<param name=fonttype value="camelot">
<param name=paragraph_number value="21">
<param name=parag1 value="Vampiric Obsession">
<param name=parag2 value="Out of the dark arose an arabian knight,">
<param name=parag3 value="Seeking souls in his vampiric flight.">
<param name=parag4 value="He has lost his one and only love,">
<param name=parag5 value="Swearing vengence to God, above.">
<param name=parag6 value="Hear the wolf, in the mist that cries,">
<param name=parag7 value="Veiled in the shadows behind it's disguise.">
<param name=parag8 value="Pure and virtuous was his soul,">
<param name=parag9 value="Now, the night, he must patrol.">
<param name=parag10 value="By devine right must he kill,">
<param name=parag11 value="His yearning need to fufill.">
<param name=parag12 value="Chained unto these ties that bind,">
<param name=parag13 value="Through legions of doom, all intertwined.">
<param name=parag14 value="Trinkets of deceit weaved in desire,">
<param name=parag15 value="Melodic voices singing like a choir.">
<param name=parag16 value="His rival for affection must he defeat,">
<param name=parag17 value="Mysterously morphing so to be discreet.">
<param name=parag18 value="Deviously he seeks out his concubine,">
<param name=parag19 value="Unknowingly lost in the essence of time.">
<param name=parag20 value="Tempestuously getting her under restrain,">
<param name=parag21 value="Hoping her love to now regain.">
</applet>
</center>
<br><br><br><br><br><br><br><br>
</body>
</html>
Also, are there any errors within the script that I missed?
Thanks so much you guys, you have been such a great help.
Here is what the code looks like:
<html>
<head>
<title>Vampiric Obsession</title>
</head>
<body>
<center>
<applet code="text_scroller.class" width=555 height=626>
<param name=info value="Applet by Gokhan Dagli,textscroller.tripod.com">
<param name=textcolor value="ffd700">
<param name=bgcolor value="000000">
<param name=enable_bgpicture value="1">
<param name=bgpicture value="Bramdrac2.jpg">
<param name=speed value="45">
<param name=textdimension value="14">
<param name=fonttype value="camelot">
<param name=paragraph_number value="21">
<param name=parag1 value="Vampiric Obsession">
<param name=parag2 value="Out of the dark arose an arabian knight,">
<param name=parag3 value="Seeking souls in his vampiric flight.">
<param name=parag4 value="He has lost his one and only love,">
<param name=parag5 value="Swearing vengence to God, above.">
<param name=parag6 value="Hear the wolf, in the mist that cries,">
<param name=parag7 value="Veiled in the shadows behind it's disguise.">
<param name=parag8 value="Pure and virtuous was his soul,">
<param name=parag9 value="Now, the night, he must patrol.">
<param name=parag10 value="By devine right must he kill,">
<param name=parag11 value="His yearning need to fufill.">
<param name=parag12 value="Chained unto these ties that bind,">
<param name=parag13 value="Through legions of doom, all intertwined.">
<param name=parag14 value="Trinkets of deceit weaved in desire,">
<param name=parag15 value="Melodic voices singing like a choir.">
<param name=parag16 value="His rival for affection must he defeat,">
<param name=parag17 value="Mysterously morphing so to be discreet.">
<param name=parag18 value="Deviously he seeks out his concubine,">
<param name=parag19 value="Unknowingly lost in the essence of time.">
<param name=parag20 value="Tempestuously getting her under restrain,">
<param name=parag21 value="Hoping her love to now regain.">
</applet>
</center>
<br><br><br><br><br><br><br><br>
</body>
</html>
Also, are there any errors within the script that I missed?
Thanks so much you guys, you have been such a great help.