Scrolling Text
Posted: Tue Jan 05, 2010 1:27 am
Hello,
Here is an HTML tutorial.
Ever wanted scrolling text like websites that the the updates in it?
I know you didn't.
But here it is anyway:
Between the
P.S. I pulled this from my in-the-making website.
~GoodGuy17
Here is an HTML tutorial.
Ever wanted scrolling text like websites that the the updates in it?
I know you didn't.
But here it is anyway:
Between the
Code: Select all
Change the red text to another HTML color code to change the colors. And change the word TEXT to what you want it to say! Easy as that.<body>
</body> tags, put:
<div align="center">
<FONT color="[color=#FF0000]FFFFFF[/color]" size="+1">
<MARQUEE bgcolor="[color=#FF0000]FF0000[/color]">
direction="right" loop="20" width="75%">
<STRONG>
TEXT
</STRONG>
</MARQUEE>
</FONT>
</DIV>
P.S. I pulled this from my in-the-making website.
~GoodGuy17
