Scrolling test

<marquee> Test #1 </marquee>


<marquee direction=right> Test #2 </marquee>


<marquee behavior=alternate> Test #3 </marquee>


<marquee direction=up loop=true height="100" >
Test#4
</marquee>
 

VBDude

Distinguished
Nov 8, 2006
2,285
0
19,790
Ouch. :( Couldn't tell you.

<!-- blah -->

<b>blah</b>
<i>blah</i>
<u>blah</u>
<h1>blah</h1>
<font size=24>blah</font>
<big>blah</big>
<small>blah</small>

<br>
<hr>
<div>blah</div>
<p>blah</p>

<a href="http://www.tomshardware.com">blah</a>
<img src="http://forumz.tomshardware.com/community/modules/Forums/images/avatars/gallery/008.gif">

<quote>blah</quote>
<code>blah</code>

<ol>
<li>blah
</ol>

<list>
<*>blah
</list>

Guess it's only good for <b>bold</b>, <i>italics</i> and <u>underlined</u>.