Scrolling Text

8 posts Page 1 of 1
Contributors
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Scrolling Text
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
Last edited by GoodGuy17 on Sun Jan 10, 2010 5:23 am, edited 2 times in total.
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Scrolling Text
Lewis
Its not called html codes its called HEX codes so just google that and find a code with your color :D
Image
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Scrolling Text
GoodGuy17
Oops my mistake. (no sarcasm intended)
HTML is way easier than VB. HTML is probably the easiest actually.
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Scrolling Text
Lewis
Yes?
Image
User avatar
Toxikr3
Dedicated Member
Dedicated Member
Posts: 69
Joined: Tue Dec 08, 2009 12:49 am

Re: Scrolling Text
Toxikr3
Yeah, it is a very is markup language to learn. I started out with it :P

-Toxikr3
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Scrolling Text
Lewis
That was the first one i learnt two :P
Image
User avatar
AleRi8
Top Poster
Top Poster
Posts: 153
Joined: Sun Sep 20, 2009 2:30 pm

Re: Scrolling Text
AleRi8
or u can just type the colour name instead which will work
check out my software
win7 itweaker basic £4.50
viewtopic.php?f=70&t=793
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Scrolling Text
GoodGuy17
I didn't know that Aleri, thanks.
8 posts Page 1 of 1
Return to “Tutorials”