|
Second step:
You can make an animation banner without graphics
software, just by copying the script, changing the banner
text and adjusting the size and colour to suit your needs.
Changing the banner text from message[0]="Welcome To You"
; message[1]="Here is netsky.com" ; message[2]="JS Fairyland"
; message[3]="Thank you"
Changing the banner WIDTH by changing WIDTH: 300px and textwidth=300;
Changing the banner HEIGHT by changing HEIGHT: 90px and textheight=50;
Changing the banner text font by changing FONT-FAMILY: times
new roman;
Changing the banner text size by changing FONT-SIZE: 50px.
|