scrolling text? In HTML?

Joker Boy

New Member
Messages
660
Reaction score
0
Points
0
HELP!!! I NEED TO MAKE SCROLLING TEXT (similar to the "x10Hosting will be re-opening on May 1st!" at the top of the forums) ON A SITE FOR THE HOME PAGE WITH THE LATEST UPDATES AND STUFF!!! HOW DO I DO IT???

Some example text would be

"welcome to our site!"

if you could do the coding or show me how to that would be much appreciated, thanks!
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
Code:
<marquee>Welcome to our site!</marquee>

Thats the HTML for it, however I think its not valid code any more but it should still work for you!
 

Joker Boy

New Member
Messages
660
Reaction score
0
Points
0
kk thnx. just wondering: what good does valid code actually do? Other than making people respect your site more...
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
In theory valid code should mean you site works with all current browsers. However IE tends to chuck standards out the window: (ActiveX controls anyone?? ;) )
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
lol, Im not really fussed about standards i just like to make sure it works!
 

Joker Boy

New Member
Messages
660
Reaction score
0
Points
0
yeah my javascript only works on FireFox, so I had to make a scrolling marquee saying to download FireFox before continuing on to the site on the home page.

THANKS!
 
Top