forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-08 14:58:10 +02:00
parent cef89f1365
commit ba1dd7b286
1 changed files with 2 additions and 2 deletions

View File

@ -419,12 +419,12 @@ line breaks
<tr>
<td>Marquee</td>
<td>
&lt;marquee direction="up" scrollamount="10" behavior="scroll" height="100" width="60"&gt;
&lt;marquee direction="up" behavior="scroll" scrollamount="10" height="100"&gt;
This is a sample scrolling text that has scrolls in the upper direction.
&lt;/marquee&gt;
</td>
<td>
<marquee direction="up" scrollamount="10" behavior="scroll" height="100" width="60">
<marquee direction="up" behavior="scroll" scrollamount="10" height="100">
This is a sample scrolling text that has scrolls in the upper direction.
</marquee>
</td>