DaniWeb IT Discussion Community

Code Snippets (http://www.daniweb.com/code/)
-   html (http://www.daniweb.com/code/html.html)
-   -   Single lined code for blinking any thing (http://www.daniweb.com/code/snippet333.html)

iamrashid html syntax
Jul 23rd, 2005
Easiest way to blink any thing

  1. <note>You can insert any thing to blink for example web link or Image but make sure to
  2. set the width and height according to your object<br>
  3. <marquee behavior=slide scrollamount=2000 loop=20000 width="500" height=30>
  4. "Put Here any thing you want to blink" <a href="mailto:rashid35m@yahoo.com">rashid35m@yahoo.com</a>
  5. </marquee>