repeating text

is it possible to write code that will loop text?
what im trying to do is have a marquee without the gaps at the end.
im well aware that i could duplicate it and run another one at a delayed time to get the same effect, but that is defnatly what im not trying to do.

is it instead possible to just have code that repeats the text, and repeats the text, and repeats the text.... forever. that way i get around the fact that marquee must have a gap at the end of the scroll...


im also aware i could use javascript, except through that, the code ends up quite chunky...

thanks so much for your help guys, it is much much appreciated :)

-MattUnless you copy and paste the text you want a million times, then I don't think there is a way to do this using HTML.

Someone else might know. Sorry!
 
Back
Top