A DANCING TEXT

How to put A Dancing Text Applet on your page:

  • Download the "sntext.zip" by clicking here
  • Unzip the sntext.zip
  • Upload the SNSineText.class to your site
  • Copy this text to your HTML page and edit it according to your requirements :
  • <CENTER>
    <APPLET CODE="SNSineText.class" WIDTH=592 HEIGHT=80>
    <PARAM name = text      value = "WELCOME TO SN HOME PAGE">
    <PARAM name = TextColor value = "rycwopg rB cy rcwg ryBp">
    <PARAM name = BackColor value = "b">
    <PARAM name = FontName  value = "TimesRoman">
    <PARAM name = FontStyle value = "Bold">
    <PARAM name = FontSize  value = "30">
    <PARAM name = Offset    value = "15">
    <PARAM name = GapSize   value = "5">
    <PARAM name = Amplitude value = "20">
    </APPLET>
    </CENTER>

    To understand above text and modify it according to your requirements, follow these steps

  • select text for your banner and replace its value in the following tag.
  • <PARAM name = text      value = "WELCOME TO SN HOME PAGE">
  • Select the TextColor for your text and replace its value in the following tag.
  • <PARAM name = TextColor value = "rycwopg rB cy rcwg ryBp">

    Following table will help you to understand the symbols used in above tag.
    for example : To select the red color for all characters of text you can use

    <PARAM name = TextColor value = "rrrrrrr rr rr rrrr rrrr">

     

    Color

    Symbol 

    Black
    Blue  B
    Cyan  c
    Dark Gray  d
    Gray 
    Green  g
    Light Gray
    Magenta 
    Orange o
    Pink p
    Red r
    White w
    Yellow y

     
     

  • Select the BackColor (background color) for your text and replace its value in the following tag. (use above table for reference)
  • <PARAM name = BackColor value = "b">
  • Select the FontName for your text and replace its value in the following tag
  • <PARAM name = FontName  value = "TimesRoman">

    you can use:
    1.  value = "TimesRoman"
    2.  value = "San Serif"
    3.  value = "Helvetica"
     

  • Select the FontStyle for your text and replace its value in the following tag
  • <PARAM name = FontStyle value = "Bold">

    you can use any one of these:
    1.  value = "Plain"
    2.  value = "Bold"
    3.  value = "Italic"
    4.  value = "Plain+Italic"
    5.  value = "Bold+Italic"
    6.  value = "Plain+Bold"
    7.  value = "Plain+Bold+Italic"
     

  • Select the FontSize for your text and replace its value in the following tag
  • <PARAM name = FontSize  value = "30">

    you can use any FontSize for example
    value = "24"
     

  • Next you have to select Amplitude Offset and GapSize and replace the values in the following tags.
  • <PARAM name = Offset    value = "15">
    <PARAM name = GapSize   value = "5">
    <PARAM name = Amplitude value = "20">

    where
     1.  Offset is the horizontal distance from the start of applet display area to the first character
         of text or distance from last character of text to the end of applet display area .
    2.  GapSize is the gap between two consecutive characters.
    3.  Amplitude  is the maximum distance from mid horizontal line  to a point upto which
         a mid point of character can lift in the vertical direction.
    See the following applet

  • Calculate the WIDTH and HEIGHT for your applet and replace the values in the following tag
  •     <APPLET CODE="SNSineText.class" WIDTH=592 HEIGHT=80>

       

       

    Sign My Guestbook

    View My Guestbook

    Comments, feedback and suggestions are encouraged.
    Please send mail to
    [email protected]

     

    Back to Home Page 

     


    Last Modified:10 August 1997