|
Here's the code for the HTML marquee:
<table class="marquee" cellpadding=5 direction="left"> <tr> <td>
<marquee hspace=0 scrollamount=3 scrolldelay=1 > <span class="marq">
<font color='#00aa00'>H</font>
<font color='#990000'>T</font>
<font color='#dfa040'>M</font>
<font color='#000088'>L</font>
</span> </marquee>
</td> </tr> </table>
|