Scrolling Text
8 posts
Page 1 of 1
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

Last edited by GoodGuy17 on Sun Jan 10, 2010 5:23 am, edited 2 times in total.
Its not called html codes its called HEX codes so just google that and find a code with your color 

Oops my mistake. (no sarcasm intended)
HTML is way easier than VB. HTML is probably the easiest actually.
HTML is way easier than VB. HTML is probably the easiest actually.
Yeah, it is a very is markup language to learn. I started out with it :P
-Toxikr3
-Toxikr3
or u can just type the colour name instead which will work
8 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023