|

Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ff00cc; filter: shadow(color=#00ff00, direction=200)">Blur</span>
Dropshadow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ff00cc; filter: dropshadow(Color=#00ff00, OffX=2, OffY=2, positive=2)">Dropshadow</span>
Shadow Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ff00cc; filter: blur(add = 1, direction = 220, strength = 10)">Shadow
Blur</span>
Wave
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ff00cc; filter: wave(add=0, freq=1, lightstrength=20, phase=10,
strength=10)">Wave</span>
Flip
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ff00cc; filter: flipv">Flip</span>
Glow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ff00cc; filter: glow(color=#00ff00, strength=10)">Glow</span>
Glowing Text Link
<span style="position:relative; width:150; height:25; filter:glow(color=#00ff00,strength=2)">
<A href="http://www.yourdomain.com">Glowing Text Link</A></SPAN>
Opacity
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana;
color: #ffffff; filter: alpha(opacity=100, finishopacity=0, style=1, startX=0,
startY=0, finishX=200, finishY=0)">Opacity</span>

|
DESCRIPTION |
SYMBOL |
CODE |
|
Spades |
♠ |
♠ |
|
Hearts |
♥ |
♥ |
|
Clubs |
♣ |
♣ |
|
Diamonds |
♦ |
♦ |
|
Copyright |
© |
© |
|
Registered |
® |
® |
|
Trademark |
™ |
™ |
|
Inverted Exclamation |
¡ |
¡ |
|
Inverted Question |
¿ |
¿ |
|
Dagger |
† |
† |
|
Double Dagger |
‡ |
‡ |
|
Power of 1 |
¹ |
¹ |
|
Squared |
² |
² |
|
Cubed |
³ |
³ |
|
Angled Quote Left |
« |
« |
|
Angled Quote Right |
» |
» |
|
Cent |
¢ |
¢ |
|
Pound |
£ |
£ |
|
Yen |
¥ |
¥ |
|
Euro |
€ |
€ |
|
Section |
§ |
§ |
|
Paragraph |
¶ |
¶ |
|
Degree |
° |
° |
|
Plus or Minus |
± |
± |
|

default
<marquee behavior=scroll direction="left">content goes here</marquee>
left or right / up or down (just change the 'direction')
<marquee behavior=slide direction=left>content goes here</marquee>
back and forth
<marquee behavior="alternate">content goes here</marquee>
change speed (just increase or decrease the 'scrollamount')
<marquee behavior=scroll direction="left" scrollamount="5">Your message
here</marquee>
note: the lower the number is, the slower the marquee moves.
EXAMPLE
Slower (scroll amount="1")
Very slow (scroll amount="3")
Slow (scroll amount="5")
Quick (scroll amount="7")
Quicker (scroll amount="9")
Very quick (scroll amount="11")
Fast (scroll amount="13")
Faster (scroll amount="15")
Super fast (scroll amount="20")
add background color
<marquee bgcolor="#colorcodehere">content goes here</marquee>
add width
<marquee behavior="alternate" bgcolor="#colorcodehere" width="200">content goes
here</marquee>
make images scroll
<marquee behavior=scroll direction="left"><img src="imagename.jpg width="imagewidth
"height="imageheight" border="0" alt="imagename"></marquee>
make hyperlink images scroll
<marquee behavior=scroll direction="right"><a href="http://webaddress><img src="imagename.jpg
width="imagewidth "height="imageheight" border="0" alt="imagename"></a></marquee>
*This website provides HEX HUB HTML COLOR
CODES: http://www.december.com/html/spec/color.html
 |