Html Marquee Codes

4:57:00 PM |

If you want to put a spark on your webpage. Try this!
Bouncy text
Your Text Here
html code for the above
<marquee behavior=alternate width="190" scrollamount="7" scrolldelay="96" 
height="20" bgcolor="#E0FFFF">
<font size="5">Your Text Here </font>
</marquee>
Scrolling Text

S
CI
E
N
K
S


HTML CODE:
<font color="#FF0000"> <marquee direction=up scrollAmount=0scrollDelay=0 style="filter:wave(add=13,phase=1,freq=3,strength=25)" width=100 height=220><font style="font-family:arial; comic sans ms;font-size:20px;color:.000000" <br />P<br />C<br<br />H<br />A<br />C<br />K<br />S</font></marquee><br />
</font>

note:
Width = how wide the marquee is
height = how tall the marquee is
direction: which direction the marquee should scroll
behavior: what type of scrolling
scroll delay: how long to delay between each jump
scroll amount: how far to jump
loop: how many times to loop
bgcolor: background color
hspace: horizontal space around the marquee
vspace: vertical space around the marquee

0 comments: