Can you help me with HTML codes?

  • Thread starter Thread starter systemofup
  • Start date Start date
S

systemofup

Guest
Is there a code in HTML for gradually fading texts out and fading in again?
 
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.
 
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
 
Back
Top