How to create a scrolling text or ticker??

Discussion in 'Programming' started by georgytank, Apr 2, 2010.

  1. #1
    Hello,
    Someone please be kind and tell and teach me, how to create a scrolling text or ticker?

    Thanks
     
    georgytank, Apr 2, 2010 IP
  2. moonpixel

    moonpixel Greenhorn

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    <div align="center"><FONT
    color="#ffffff" size="+1"><MARQUEE bgcolor="#000080"
    direction="right" loop="20" width="75%"><STRONG>This
    is cool!</STRONG></MARQUEE></FONT></DIV>
     
    moonpixel, Apr 3, 2010 IP
  3. georgytank

    georgytank Peon

    Messages:
    205
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have a PHP file, which retrieves the live quotes from back end server. so how to have that scroll, and show live quotes and scroll. ??
     
    georgytank, Apr 3, 2010 IP
  4. fwbbetsy

    fwbbetsy Peon

    Messages:
    235
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You'd need to use an ajax system so that it automatically checks to see if there are any new quotes to put into the scrolling system. Its pretty complex and very server intensive... I wouldn't recommend it.
     
    fwbbetsy, Apr 4, 2010 IP