Cheat sheet to get Horizontal Scrolling
<html>
<body>
<div align="center"><FONT
color="#ffffff" size="+1"><MARQUEE bgcolor="#000080"
direction="right" loop="20" width="75%"><STRONG>WelCome to
SytaxHelp
</STRONG></MARQUEE></FONT></DIV>
</body>
</html>
Cheat sheet to get Vertical Scrolling
<html>
<body>
<div
align="center"> <marquee bgcolor="#000080" scrollamount="2"
direction="up" loop="true" width="35%"> <center>
<font color="#ffffff" size="+1"><strong> Welcome to
syntaxHelp<br> <br>
This is the code for scrolling upwords.</strong></font> </center>
</marquee></div>
</body>
</html>