View Full Version : I hope I can explain this right


Marley
10-31-2003, 06:47 PM
How do I make a marquee so it's only about two inches long and doesn't go all the way across the page? For example, a word will start to scroll, then end about two inches from where it started, then start again from where it came from. Oh my, I hope this makes sense.

Thanks

COBOLdinosaur
10-31-2003, 09:56 PM
just set the width you want with a style:

<marquee style="width:150px"> text </marquee>

Marley
10-31-2003, 11:23 PM
Thank you sooooo much!!