Click to See Complete Forum and Search --> : Flashing or scrolling text


shug
04-11-2006, 10:26 AM
how do you make text flash or scroll across the screen?

Jack O'Connell
04-12-2006, 01:18 AM
<blink>

<marquee>

Jack

Albert_chu
04-12-2006, 02:45 AM
for a blink text, you can set a piece of text to blink by using the code:

<blink> this text is blinking </blink>

for a scrolling text, you are able to make the text scroll across the screen by using this code:

<marquee> this text is scrolling </marquee>

there are also other options which allow you to set the speed of the scrolling text or even the direction of the scrollling text. you can set pictures to scroll aswell as changing the colour of the text.

here is a link that can help help you.

http://www.htmlcodetutorial.com/_MARQUEE.html

masonbarge
04-13-2006, 07:58 AM
Don't do it.

alohadoubt
04-14-2006, 02:40 AM
try JS. flashing

sheepo-designs
04-16-2006, 05:13 PM
Blinking/Scroling text is far past it's prime. I dont think anyone will appreciate you using it on your website. I know I wouldn't.

sadler
04-16-2006, 05:33 PM
i have a similar question. i want to vertiaclly scroll a large amount of text with a mouseover pause, but when i copy and paste codes from sites, nothing scrolls, it just shows the first part of coding, text, and the last part of the coding. Help?