Page 1 of 1

Scrolling Text

Posted: Tue Jan 05, 2010 1:27 am
by GoodGuy17
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
Code: Select all
<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>
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.
P.S. I pulled this from my in-the-making website.
~GoodGuy17 :D

Re: Scrolling Text

Posted: Tue Jan 05, 2010 4:08 pm
by Lewis
Its not called html codes its called HEX codes so just google that and find a code with your color :D

Re: Scrolling Text

Posted: Sat Jan 30, 2010 4:33 am
by GoodGuy17
Oops my mistake. (no sarcasm intended)
HTML is way easier than VB. HTML is probably the easiest actually.

Re: Scrolling Text

Posted: Sat Jan 30, 2010 11:12 pm
by Lewis
Yes?

Re: Scrolling Text

Posted: Tue Feb 02, 2010 1:19 am
by Toxikr3
Yeah, it is a very is markup language to learn. I started out with it :P

-Toxikr3

Re: Scrolling Text

Posted: Fri Feb 05, 2010 12:18 am
by Lewis
That was the first one i learnt two :P

Re: Scrolling Text

Posted: Sat Feb 06, 2010 1:32 pm
by AleRi8
or u can just type the colour name instead which will work

Re: Scrolling Text

Posted: Wed Feb 10, 2010 4:14 am
by GoodGuy17
I didn't know that Aleri, thanks.