Hello, Someone please be kind and tell and teach me, how to create a scrolling text or ticker? Thanks
<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>
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. ??
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.