|
I dont think HTML can do that. you would need javascript to do that, but there is one marquee tag in html that can do this.
http://www.mountaindragon.com/html/marquee.htm
Please note, you are better off with javascript, as marquee tags behave differently across different browsers.
Search on google and you can find many javascript codes which you can use.
Something like this, http://www.google.ca/search?hs=Nl1&hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=vertical+text+scroll+with+javascri pt&btnG=Search&meta=
|