Home » questions » Blinking words/image . Changing images?

Blinking words/image . Changing images?

2006-08-04 04:03:47, Category: Programming & Design
Does someone know the code for blinking text in html programming? I want to have my images change continuosly. Having about, say, 5 images and they appear at intervals in a acontinuos loop. May you help.

Answers

  1. Erin M

    On 2006-08-04 04:15:14


    This might help: http://www.pageresource.com/html/index2.htm
  2. AA

    On 2006-08-04 04:18:26


    Go to www.download.com download some software for making animated gif....put your jpg images (make sure to keep a common size) into that program and create an animated GIF and than put that GIF on your page....goodluck buddy
  3. subhomoy d

    On 2006-08-04 04:13:19


    i dont think u can do it but to blink a text give this........... ...............text..............................
  4. generic-user

    On 2006-08-04 04:11:14


    If what I think I remember is correct, you can blink text using low-form javascript. This, however, doesn't work in all browsers (or at least not when I tried it). To make the text change in intervals, you'll have to do a bit more work in javascript to change the variables at specific times. Since JS is typically an awkward language, I'd recommend either: 1.) Make an animated .gif with the stuff you need. or, 2.) Use Flash. It's simple, small file size, and works well in MOST modern browsers.
  5. Umax

    On 2006-08-04 04:35:37


    There's none where as i know i mean no HTML codes sure Javascripts are there but difficult ones