I want to insert a table into a html page with the words in the table moving from the left to right continuously.
How can I achieve this ?
nmretd.
Printable View
I want to insert a table into a html page with the words in the table moving from the left to right continuously.
How can I achieve this ?
nmretd.
You want to use Client-side javascript for thart short of thing
http://www.irt.org/articles/js032/
or the <marquee> tag but that's an IE only thing
Cheers Mark, that a great help !