Scrolling text script

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0
I'm looking for a script to add scrolling text to a web page. I perfer cgi if its possible.

Does anybody know of anything good?

Thanks.
 

jpsj82

Senior member
Oct 30, 2000
958
0
0
first off i am surprised that someone says they prefer cgi - i hate it, but thats just me

now what do you want? just some plain text scrolling across the screen. if that is the case yu can use marqee, which is just a basic html tag.
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
iirc, <MARQUEE> only works on msie ... but i could be wrong...
there is a way to do it with javascript, but i don't remember how to do it (will have to do some searching)
and i don't think cgi will be the answer to the problem, since cgi usually just spits out the code to write to the html page ... you'll still need to figure out the html (or whatever) code that does scrolling text...

-975-