S systemofup Guest Dec 3, 2008 #1 Is there a code in HTML for gradually fading texts out and fading in again?
C Chris C Guest Dec 3, 2008 #2 There is no HTML that can be used to fade text in/out. You can use a combination of HTML, CSS, and Javascript to take care of that. I've posted a link that has the script and other information on how to handle it.
There is no HTML that can be used to fade text in/out. You can use a combination of HTML, CSS, and Javascript to take care of that. I've posted a link that has the script and other information on how to handle it.
B Bobby Guest Dec 3, 2008 #3 depending on your browser and version you may be able to do this <blink> your text here </blink> this is however not slow. you would need to use flash or CSS for that
depending on your browser and version you may be able to do this <blink> your text here </blink> this is however not slow. you would need to use flash or CSS for that